BugFix: a typo

In the "glossary" part of the command.c file a mention of "GPIO Bank
2" should refer to "GPIO Bank 1".

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
This commit is contained in:
Stephen Lyons 2016-04-06 13:58:16 +01:00
parent abc878e806
commit 2d0bb867f4
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ BI2CO sda scl baud | Open bit bang I2C\n\
BI2CZ sda ... I2C bit bang multiple transactions\n\ BI2CZ sda ... I2C bit bang multiple transactions\n\
BR1 Read bank 1 GPIO\n\ BR1 Read bank 1 GPIO\n\
BR2 Read bank 2 GPIO\n\ BR2 Read bank 2 GPIO\n\
BS1 bits Set GPIO in bank 2\n\ BS1 bits Set GPIO in bank 1\n\
BS2 bits Set GPIO in bank 2\n\ BS2 bits Set GPIO in bank 2\n\
\n\ \n\
CF1 ... Custom function 1\n\ CF1 ... Custom function 1\n\