From: Enoch <ix...@ho...> - 2012-10-07 23:37:44
|
Hi, On the at90can128, for example, one has to introduce "TCCR0 constant TCCR0B" before uploading lib/hardware/time0.frt How about extending Keith's fantastic shell with conditional upload constructs such as: #ifdev at90can128 %00000000 TCCR0 c! \ stop timer #else %00000000 TCCR0B c! \ stop timer #endif Any better idea? Thanks, Enoch. |