summaryrefslogtreecommitdiff
path: root/src/attiny
diff options
context:
space:
mode:
Diffstat (limited to 'src/attiny')
-rw-r--r--src/attiny/ao_arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attiny/ao_arch.h b/src/attiny/ao_arch.h
index a9c450fc..dfd41afe 100644
--- a/src/attiny/ao_arch.h
+++ b/src/attiny/ao_arch.h
@@ -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)