Skip to content

Commit 3e63fd9

Browse files
committed
Replace USBTX/RX in docs
1 parent cd5330e commit 3e63fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/include/hal/pinmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ bool pinmap_list_has_peripheral(const PeripheralList *list, int peripheral);
143143
*
144144
* The restricted pin list is used to indicate to testing
145145
* that a pin should be skipped due to some caveat about it.
146-
* For example, using USBRX and USBTX during tests will interfere
146+
* For example, using CONSOLE_RX and CONSOLE_TX during tests will interfere
147147
* with the test runner and should be avoided.
148148
*
149149
* Targets should override the weak implementation of this

0 commit comments

Comments
 (0)