aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/hal/xmega
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/codegen/hal/xmega')
-rw-r--r--pyecsca/codegen/hal/xmega/xmega_hal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyecsca/codegen/hal/xmega/xmega_hal.h b/pyecsca/codegen/hal/xmega/xmega_hal.h
index d86f9a6..1647824 100644
--- a/pyecsca/codegen/hal/xmega/xmega_hal.h
+++ b/pyecsca/codegen/hal/xmega/xmega_hal.h
@@ -30,6 +30,7 @@
#define init_uart init_uart0
#define putch output_ch_0
#define getch input_ch_0
+#define flush()
#if PLATFORM == CW303
#define led_error(a) if (a) {PORTA.OUTCLR = PIN6_bm;} else {PORTA.OUTSET = PIN6_bm;}