aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/hal/host
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/codegen/hal/host')
-rw-r--r--pyecsca/codegen/hal/host/host_hal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyecsca/codegen/hal/host/host_hal.h b/pyecsca/codegen/hal/host/host_hal.h
index 26d8f4d..ba2fbbe 100644
--- a/pyecsca/codegen/hal/host/host_hal.h
+++ b/pyecsca/codegen/hal/host/host_hal.h
@@ -12,4 +12,7 @@
#define getch input_ch_0
#define flush flush_ch_0
+#define led_error(X)
+#define led_ok(X)
+
#endif //HOST_HAL_H_