Skip to content

Commit 327e15f

Browse files
committed
board_debug_probe_config.h - nit
1 parent 62f4a31 commit 327e15f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Firmware source for the Raspberry Pi Debug Probe SWD/UART accessory. Can also be run on a Raspberry Pi Pico.
44

55
[Raspberry Pi Debug Probe product page](https://www.raspberrypi.com/products/debug-probe/)
6+
67
[Raspberry Pi Pico product page](https://www.raspberrypi.com/products/raspberry-pi-pico/)
78

89

include/board_debug_probe_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*
2424
*/
2525

26-
#ifndef BOARD_DEBUGPROBE_H_
27-
#define BOARD_DEBUGPROBE_H_
26+
#ifndef BOARD_DEBUG_PROBE_H_
27+
#define BOARD_DEBUG_PROBE_H_
2828

2929
#define PROBE_IO_SWDI
3030
#define PROBE_CDC_UART

0 commit comments

Comments
 (0)