Correctly comment which bit the beep program uses
authorKeith Packard <keithp@keithp.com>
Mon, 16 Mar 2009 01:14:21 +0000 (18:14 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 16 Mar 2009 01:14:21 +0000 (18:14 -0700)
target/beep/beep.c

index 08422082755f07067bbf5f3c67c8edc2a23d9eb1..3dd31d540be120ffa724af301de28238544a17c6 100644 (file)
@@ -78,7 +78,7 @@ low() {
 main ()
 {
        CLKCON = 0;
-       /* Set p1_1 to output */
+       /* Set P2_0 to output */
        P2DIR = 0x01;
        P1INP = 0x00;
        P2INP = 0x00;