altos: Clean up AO_ROMCONFIG bits
[fw/altos] / src / attiny / ao_arch.h
index a9c450fcce036dac59975bc3edd03d63d3ca6103..dfd41afe2ec90dba9d5decdc51f7f340101fc714 100644 (file)
@@ -49,6 +49,8 @@
 
 #define ao_arch_interrupt(n)   /* nothing */
 
+#define AO_ROMCONFIG_SYMBOL __attribute__((section(".romconfig"))) const
+
 #undef putchar
 #undef getchar
 #define putchar(c)     ao_putchar(c)