From: Keith Packard Date: Mon, 16 Mar 2009 01:14:21 +0000 (-0700) Subject: Correctly comment which bit the beep program uses X-Git-Tag: 0.5~58^2~55 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=a0a27600ee2bf237e74eb83767a8d2e7c91df24f Correctly comment which bit the beep program uses --- 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;