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 6187c07 commit 44eec2fCopy full SHA for 44eec2f
cores/arduino/USB/samd21_device.c
@@ -34,8 +34,8 @@ extern "C"{
34
//#define TRACE_DEVICE(x) x
35
#define TRACE_DEVICE(x)
36
37
-__attribute__((__aligned__(4))) __attribute__((__section__(".bss_hram0"))) uint8_t udd_ep_out_cache_buffer[4][64];
38
-__attribute__((__aligned__(4))) __attribute__((__section__(".bss_hram0"))) uint8_t udd_ep_in_cache_buffer[4][128];
+__attribute__((__aligned__(4))) /*__attribute__((__section__(".bss_hram0")))*/ uint8_t udd_ep_out_cache_buffer[4][64];
+__attribute__((__aligned__(4))) /*__attribute__((__section__(".bss_hram0")))*/ uint8_t udd_ep_in_cache_buffer[4][128];
39
40
/**
41
* USB SRAM data containing pipe descriptor table
0 commit comments