From: Matthias T. <mt...@we...> - 2012-02-29 19:20:02
|
Charles, >> $25 constant > PORTB > ok > >> $24 constant > DDRB It looks like you're using two lines. constant expects the name following immediatly on the same line. $25 constant PORTB instead of $25 constant PORTB Matthias |