Browse Source

Fix a typo

Make lower case the only upper V
pull/46/head
Minwoo Lee 8 years ago
committed by GitHub
parent
commit
6a375d1f9e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gpio/readall.c

+ 1
- 1
gpio/readall.c View File

@@ -118,7 +118,7 @@ static char *physNames [64] =
NULL,

" 3.3v", "5v ",
" SDA.1", "5V ",
" SDA.1", "5v ",
" SCL.1", "0v ",
"GPIO. 7", "TxD ",
" 0v", "RxD ",


Loading…
Cancel
Save