We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230c6df commit 2dccf83Copy full SHA for 2dccf83
cores/nRF5/Adafruit_TinyUSB_Core/tusb_config.h
@@ -42,7 +42,7 @@
42
43
#define CFG_TUSB_OS OPT_OS_FREERTOS
44
#define CFG_TUSB_MEM_SECTION
45
-#define CFG_TUSB_MEM_ALIGN TU_ATTR_ALIGNED(4)
+#define CFG_TUSB_MEM_ALIGN __attribute__ ((aligned(4)))
46
47
//--------------------------------------------------------------------
48
// DEVICE CONFIGURATION
0 commit comments