mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-31 16:20:57 +00:00
define tuc_int_handler() to empty if TUC not enabled
This commit is contained in:
parent
7fd0a17bc3
commit
fc761953b3
@ -489,6 +489,8 @@
|
|||||||
|
|
||||||
#ifndef CFG_TUC_ENABLED
|
#ifndef CFG_TUC_ENABLED
|
||||||
#define CFG_TUC_ENABLED 0
|
#define CFG_TUC_ENABLED 0
|
||||||
|
|
||||||
|
#define tuc_int_handler(_p)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user