clean up demo config

This commit is contained in:
hathach
2019-07-11 22:55:19 +07:00
parent ff2a7c79f8
commit ec8f6a6d90
8 changed files with 10 additions and 9 deletions

View File

@@ -62,7 +62,7 @@
#endif
#ifndef CFG_TUSB_MEM_ALIGN
#define CFG_TUSB_MEM_ALIGN TU_ATTR_ALIGNED(4)
#define CFG_TUSB_MEM_ALIGN __attribute__ ((aligned(4)))
#endif
//--------------------------------------------------------------------