diff options
| author | hathach <[email protected]> | 2025-02-11 21:55:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-02-11 21:55:28 +0700 |
| commit | 3560ed3d986426b22837e86f2d1648174db02428 (patch) | |
| tree | e860b06abf72d90698b7fef2d5559a2372735cf3 /examples | |
| parent | f1ce4918c2282a352ca532406c9b1c54c30668e2 (diff) | |
remove board_mcu.h
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/build_system/make/make.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/build_system/make/make.mk b/examples/build_system/make/make.mk index 206516eaf..3101b66b9 100644 --- a/examples/build_system/make/make.mk +++ b/examples/build_system/make/make.mk @@ -169,6 +169,8 @@ ifeq ($(RTOS),freertos) $(TOP)/$(FREERTOS_SRC)/include \ $(TOP)/$(FREERTOS_PORTABLE_SRC) + CFLAGS += -DCFG_TUSB_OS=OPT_OS_FREERTOS + # Suppress FreeRTOSConfig.h warnings CFLAGS_GCC += -Wno-error=redundant-decls |
