diff options
author | Keith Packard <keithp@keithp.com> | 2009-03-15 18:14:21 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-03-15 18:14:21 -0700 |
commit | a0a27600ee2bf237e74eb83767a8d2e7c91df24f (patch) | |
tree | 26982637bebaca0878b015928ad91543808c53d0 | |
parent | 25b77d236c01258abfc03114c2fc9ea2d69ca6e7 (diff) |
Correctly comment which bit the beep program uses
-rw-r--r-- | target/beep/beep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/beep/beep.c b/target/beep/beep.c index 08422082..3dd31d54 100644 --- a/target/beep/beep.c +++ b/target/beep/beep.c @@ -78,7 +78,7 @@ low() { main () { CLKCON = 0; - /* Set p1_1 to output */ + /* Set P2_0 to output */ P2DIR = 0x01; P1INP = 0x00; P2INP = 0x00; |