diff options
Diffstat (limited to 'stmhal/pin_map.c')
-rw-r--r-- | stmhal/pin_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pin_map.c b/stmhal/pin_map.c index c546231c80..a754d24a05 100644 --- a/stmhal/pin_map.c +++ b/stmhal/pin_map.c @@ -23,7 +23,7 @@ // // CPU pins which correspond to the board pins are available // as pyb.cpu.Name. For the CPU pins, the names are the port letter -// followed by the pin number. On the PYBOARD4, pyb.Pin.board.X1 and +// followed by the pin number. On the PYBV4, pyb.Pin.board.X1 and // pyb.Pin.cpu.B6 are the same pin. // // You can also use strings: |