From 3e63fd911c9ad107423412e3f58fc6c639c0ac1d Mon Sep 17 00:00:00 2001 From: George Psimenos Date: Wed, 24 Mar 2021 10:18:34 +0000 Subject: [PATCH] Replace USBTX/RX in docs --- hal/include/hal/pinmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/include/hal/pinmap.h b/hal/include/hal/pinmap.h index d4166a87a5..fc9aa201cc 100644 --- a/hal/include/hal/pinmap.h +++ b/hal/include/hal/pinmap.h @@ -143,7 +143,7 @@ bool pinmap_list_has_peripheral(const PeripheralList *list, int peripheral); * * The restricted pin list is used to indicate to testing * 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. * * Targets should override the weak implementation of this