diff --git a/hal/tests/UNITTESTS/doubles/gpio_object.h b/hal/tests/UNITTESTS/doubles/gpio_object.h index 9f31aeb..2fd544a 100644 --- a/hal/tests/UNITTESTS/doubles/gpio_object.h +++ b/hal/tests/UNITTESTS/doubles/gpio_object.h @@ -27,7 +27,7 @@ #endif typedef struct { - int unused; + int unused; } gpio_t; #ifdef __cplusplus