don't override CFG_TUSB_OS in cdc_dual_ports example

This commit is contained in:
graham sanderson 2021-05-30 18:37:51 -05:00
parent 3973ec4b5e
commit edbccb5e19
1 changed files with 2 additions and 1 deletions

View File

@ -64,8 +64,9 @@
#error "Incorrect RHPort configuration"
#endif
// This example doesn't use an RTOS
#ifndef CFG_TUSB_OS
#define CFG_TUSB_OS OPT_OS_NONE
#endif
// CFG_TUSB_DEBUG is defined by compiler in DEBUG build
// #define CFG_TUSB_DEBUG 0