Skip to content
Snippets Groups Projects
Commit 44eec2f8 authored by Thibaut VIARD's avatar Thibaut VIARD
Browse files

removing linker warning about PROGBITS

parent 6187c07c
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,8 @@ extern "C"{ ...@@ -34,8 +34,8 @@ extern "C"{
//#define TRACE_DEVICE(x) x //#define TRACE_DEVICE(x) x
#define TRACE_DEVICE(x) #define TRACE_DEVICE(x)
__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_out_cache_buffer[4][64];
__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_in_cache_buffer[4][128];
/** /**
* USB SRAM data containing pipe descriptor table * USB SRAM data containing pipe descriptor table
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment