diff options
-rw-r--r-- | mtac_gpiob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtac_gpiob.c b/mtac_gpiob.c index 4aaecaf..ba16d89 100644 --- a/mtac_gpiob.c +++ b/mtac_gpiob.c @@ -751,7 +751,7 @@ static bool gpiob_teardown(enum ap port) { return true; } -bool set_gpiob_info(struct ap_info* info) { +void set_gpiob_info(struct ap_info* info) { snprintf(info->product_id, 32, "%s", PRODUCT_ID_MTAC_GPIOB); info->setup = &gpiob_setup; info->teardown = &gpiob_teardown; |