#if defined( __GNUC__ ) /* GNU alignment to 512 bytes */ static uint8_t dma_ram_block[RAMBLOCK][color=#f00];[/color] __attribute__ ((aligned(512))); #endif /* defined (__GNUC__) */ |
#if defined( __GNUC__ ) /* GNU alignment to 512 bytes */ static uint8_t dma_ram_block[RAMBLOCK] __attribute__ ((aligned(512))); #endif /* defined (__GNUC__) */ |