diff options
Diffstat (limited to 'pyecsca/codegen/hal/host')
| -rw-r--r-- | pyecsca/codegen/hal/host/host_hal.h | 3 |
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 ba2fbbe..17b7ff7 100644 --- a/pyecsca/codegen/hal/host/host_hal.h +++ b/pyecsca/codegen/hal/host/host_hal.h @@ -1,10 +1,13 @@ #ifndef HOST_HAL_H_ #define HOST_HAL_H_ +#include <stdbool.h> #include "uart.h" #define trigger_setup() #define trigger_high() +#define trigger_status() false +#define trigger_flip() #define trigger_low() #define init_uart init_uart0 |
