Unit tests: Fix style in hal gpio_object.h stub

pull/14929/head
Lingkai Dong 2021-07-19 10:02:30 +01:00
parent 825e3491b0
commit 6731f553ce
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ extern "C" {
#endif
typedef struct {
int unused;
int unused;
} gpio_t;
#ifdef __cplusplus