From b3e45bf773cec6ecf3f2a702c0b48c9dbfab0c04 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 2 Mar 2020 00:03:57 +0100 Subject: Add reduction functions, add global trigger for whole cmd. --- 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 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 #include "uart.h" #define trigger_setup() #define trigger_high() +#define trigger_status() false +#define trigger_flip() #define trigger_low() #define init_uart init_uart0 -- cgit v1.3.1