Skip to content

Commit

Permalink
remove unused test function
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Jan 12, 2024
1 parent acae075 commit 762178e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/firmware/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ void gpio_reset(void* port, uint16_t pin, uint8_t active_setting);

bool gpio_is_set(void* port, uint16_t pin, uint8_t active_setting);

uint8_t gpio_read(void* port, uint16_t pin);

#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus

0 comments on commit 762178e

Please sign in to comment.