Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Firmware/RP2040/src/Board/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#if defined(CONFIG_OGXM_BOARD_PI_PICO) || defined(CONFIG_OGXM_BOARD_PI_PICO2)
#define OGXM_BOARD PI_PICO
#define PIO_USB_DP_PIN 0 // DM = 1
#define PIO_USB_DP_PIN 5// DM = 1
#define LED_INDICATOR_PIN 25

#elif defined(CONFIG_OGXM_BOARD_PI_PICOW) || defined(CONFIG_OGXM_BOARD_PI_PICO2W)
Expand Down Expand Up @@ -126,4 +126,4 @@
}
#endif // defined(PIO_USB_DP_PIN)

#endif // _BOARD_CONFIG_H_
#endif // _BOARD_CONFIG_H_