[core] Disable FAL info logging

This commit is contained in:
Kuba Szczodrzyński
2022-06-19 18:38:22 +02:00
parent cedfc2c8db
commit 34c0df2761

View File

@@ -2,6 +2,11 @@
#pragma once
inline void printf_nop(const char *fmt, ...) {}
#define FAL_PRINTF printf_nop
#define FAL_DEBUG 0
// Flash device configuration
extern const struct fal_flash_dev flash0;