Skip to content

Commit

Permalink
Merge pull request #9945 from arturo182/cyw43_pins
Browse files Browse the repository at this point in the history
Use the CYW43 pins provided by the board
  • Loading branch information
dhalbert authored Jan 10, 2025
2 parents 29c79ff + 6454b62 commit ddae771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ports/raspberrypi/supervisor/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ safe_mode_t port_init(void) {
critical_section_init(&background_queue_lock);

#if CIRCUITPY_CYW43
never_reset_pin_number(23);
never_reset_pin_number(24);
never_reset_pin_number(25);
never_reset_pin_number(29);
never_reset_pin_number(CYW43_DEFAULT_PIN_WL_REG_ON);
never_reset_pin_number(CYW43_DEFAULT_PIN_WL_DATA_IN);
never_reset_pin_number(CYW43_DEFAULT_PIN_WL_CS);
never_reset_pin_number(CYW43_DEFAULT_PIN_WL_CLOCK);
#endif

// Reset everything into a known state before board_init.
Expand Down

0 comments on commit ddae771

Please sign in to comment.