Skip to content

Commit

Permalink
rename PROBE_IO_SWDIOEN to PROBE_IO_OEN
Browse files Browse the repository at this point in the history
  • Loading branch information
tanxiao authored and P33M committed Mar 26, 2024
1 parent 920f717 commit 7410b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/board_example_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#endif

/* PIO config for PROBE_IO_OEN - note that SWDIOEN and SWCLK are both side_set signals, so must be consecutive. */
#if defined(PROBE_IO_SWDIOEN)
#if defined(PROBE_IO_OEN)
#define PROBE_PIN_SWDIOEN (PROBE_PIN_OFFSET + 0)
#define PROBE_PIN_SWCLK (PROBE_PIN_OFFSET + 1)
#define PROBE_PIN_SWDIO (PROBE_PIN_OFFSET + 2)
Expand Down

0 comments on commit 7410b45

Please sign in to comment.