There was an error while loading. Please reload this page.
1 parent 62f4a31 commit 327e15fCopy full SHA for 327e15f
README.md
@@ -3,6 +3,7 @@
3
Firmware source for the Raspberry Pi Debug Probe SWD/UART accessory. Can also be run on a Raspberry Pi Pico.
4
5
[Raspberry Pi Debug Probe product page](https://www.raspberrypi.com/products/debug-probe/)
6
+
7
[Raspberry Pi Pico product page](https://www.raspberrypi.com/products/raspberry-pi-pico/)
8
9
include/board_debug_probe_config.h
@@ -23,8 +23,8 @@
23
*
24
*/
25
26
-#ifndef BOARD_DEBUGPROBE_H_
27
-#define BOARD_DEBUGPROBE_H_
+#ifndef BOARD_DEBUG_PROBE_H_
+#define BOARD_DEBUG_PROBE_H_
28
29
#define PROBE_IO_SWDI
30
#define PROBE_CDC_UART
0 commit comments