diff --git a/config.h b/config.h --- a/config.h +++ b/config.h @@ -29,6 +29,9 @@ #define SSR_PIN GPIOA, GPIO_PIN_1 +// Visual niceness +#define hal_init() HAL_Init() + #endif // vim:softtabstop=4 shiftwidth=4 expandtab