We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae015e commit c157f1cCopy full SHA for c157f1c
ports/espressif/boards/cytron_maker_feather_aiot_s3/board.c
@@ -38,7 +38,7 @@ void board_init(void) {
38
bool espressif_board_reset_pin_number(gpio_num_t pin_number) {
39
// For GPIOs used in Maker Feather AIoT S3, set the default state to pull down
40
// as most of them are connected to active high LED.
41
- switch (pin_number) {
+ switch ((int8_t)pin_number) {
42
case 4:
43
case 5:
44
case 6:
0 commit comments