summaryrefslogtreecommitdiff
path: root/src/stm/ao_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm/ao_arch.h')
-rw-r--r--src/stm/ao_arch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm/ao_arch.h b/src/stm/ao_arch.h
index 61e62f5d..55976c89 100644
--- a/src/stm/ao_arch.h
+++ b/src/stm/ao_arch.h
@@ -161,5 +161,7 @@ void ao_lcd_font_init(void);
void ao_lcd_font_string(char *s);
+#define USE_SERIAL_STDIN (USE_SERIAL_1_STDIN + USE_SERIAL_2_STDIN + USE_SERIAL_3_STDIN)
+
#endif /* _AO_ARCH_H_ */