Skip to content

Commit

Permalink
board_debug_probe_config.h - nit
Browse files Browse the repository at this point in the history
  • Loading branch information
P33M committed Feb 5, 2024
1 parent 62f4a31 commit 327e15f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Firmware source for the Raspberry Pi Debug Probe SWD/UART accessory. Can also be run on a Raspberry Pi Pico.

[Raspberry Pi Debug Probe product page](https://www.raspberrypi.com/products/debug-probe/)

[Raspberry Pi Pico product page](https://www.raspberrypi.com/products/raspberry-pi-pico/)


Expand Down
4 changes: 2 additions & 2 deletions include/board_debug_probe_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
*
*/

#ifndef BOARD_DEBUGPROBE_H_
#define BOARD_DEBUGPROBE_H_
#ifndef BOARD_DEBUG_PROBE_H_
#define BOARD_DEBUG_PROBE_H_

#define PROBE_IO_SWDI
#define PROBE_CDC_UART
Expand Down

0 comments on commit 327e15f

Please sign in to comment.