Enable reset pin functionality by default on Pi Pico

This was disabled in commit 0761424
This commit is contained in:
redfast00
2024-04-17 17:16:03 +02:00
committed by P33M
parent de253cae6a
commit e32201f160

View File

@@ -35,9 +35,7 @@
#define PROBE_PIN_SWCLK (PROBE_PIN_OFFSET + 0) // 2
#define PROBE_PIN_SWDIO (PROBE_PIN_OFFSET + 1) // 3
// Target reset config
#if false
#define PROBE_PIN_RESET 1
#endif
// UART config
#define PROBE_UART_TX 4