define tuc_int_handler() to empty if TUC not enabled

This commit is contained in:
hathach 2023-06-08 09:34:15 +07:00
parent 7fd0a17bc3
commit fc761953b3
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA

View File

@ -489,6 +489,8 @@
#ifndef CFG_TUC_ENABLED
#define CFG_TUC_ENABLED 0
#define tuc_int_handler(_p)
#endif
//------------------------------------------------------------------