From 4eafe2d49fc7406861609c5af12b850741bbe5a0 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 27 Feb 2020 13:38:47 +0100 Subject: Proper LED thingies. --- pyecsca/codegen/hal/host/host_hal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyecsca/codegen/hal/host') 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_ -- cgit v1.3.1