diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-04-20 06:16:51 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-04-20 06:16:51 +0000 |
| commit | 6afe39370699a8e01374e464decb070fdec6f7a6 (patch) | |
| tree | 20d0915900601aadd29bd1ceab1c9d5ace8a80c8 | |
| parent | 4f7bb44a762a49a7affe14e961803490f2539733 (diff) | |
| download | rockbox-6afe39370699a8e01374e464decb070fdec6f7a6.zip rockbox-6afe39370699a8e01374e464decb070fdec6f7a6.tar.gz rockbox-6afe39370699a8e01374e464decb070fdec6f7a6.tar.bz2 rockbox-6afe39370699a8e01374e464decb070fdec6f7a6.tar.xz | |
Ooops, the ON key is on PB5 on the Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4520 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | www/docs/ports.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/docs/ports.t b/www/docs/ports.t index 9ffae5c..2b067fc 100755 --- a/www/docs/ports.t +++ b/www/docs/ports.t @@ -138,8 +138,8 @@ <td><b>GP Out</b></td><td>I²C Data</td> </tr> <tr><th><b>PB8</b></th> - <td><b>GP In</b></td><td>ON key</td> - <td><b>GP In</b></td><td>ON key</td> + <td><b> </b></td><td> </td> + <td><b>GP In</b></td><td>ON key (0=pressed)</td> <td><b> </b></td><td> </td> </tr> <tr><th><b>PB9</b></th> |