Replace USBTX/RX in docs

pull/14457/head
George Psimenos 2021-03-24 10:18:34 +00:00
parent cd5330e5a9
commit 3e63fd911c
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ bool pinmap_list_has_peripheral(const PeripheralList *list, int peripheral);
* *
* The restricted pin list is used to indicate to testing * The restricted pin list is used to indicate to testing
* that a pin should be skipped due to some caveat about it. * that a pin should be skipped due to some caveat about it.
* For example, using USBRX and USBTX during tests will interfere * For example, using CONSOLE_RX and CONSOLE_TX during tests will interfere
* with the test runner and should be avoided. * with the test runner and should be avoided.
* *
* Targets should override the weak implementation of this * Targets should override the weak implementation of this