|
From: | Peeter Vois |
Subject: | Re: [avr-gcc-list] Table in bootloader section |
Date: | Thu, 23 Oct 2003 20:36:42 +0300 |
> prog_char table[] __attribute__ ((section (".bootloader"))) = > {1,2,3,4,5}; prog char should be something like, char __attribute__ ((section (".progmem.data"))) check this from headers.
[Prev in Thread] | Current Thread | [Next in Thread] |