Skip to content

Commit

Permalink
remove PICO_DEFAULT_LED_PIN since it is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzhangwei committed Sep 6, 2024
1 parent 9817407 commit ed1ea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Invaders/Invaders.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern uint8_t left_button_state(void);
* @brief Pin which is connected to an LED to show activity to user.
*
*/
const uint LED_PIN = PICO_DEFAULT_LED_PIN;
const uint LED_PIN = 25;

/**
* @brief Pins for GPIO for the controller.
Expand Down

0 comments on commit ed1ea52

Please sign in to comment.