Correctly comment which bit the beep program uses
[fw/altos] / target / beep / beep.c
index 08422082755f07067bbf5f3c67c8edc2a23d9eb1..3dd31d540be120ffa724af301de28238544a17c6 100644 (file)
@@ -78,7 +78,7 @@ low() {
 main ()
 {
        CLKCON = 0;
 main ()
 {
        CLKCON = 0;
-       /* Set p1_1 to output */
+       /* Set P2_0 to output */
        P2DIR = 0x01;
        P1INP = 0x00;
        P2INP = 0x00;
        P2DIR = 0x01;
        P1INP = 0x00;
        P2INP = 0x00;