mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 14:40:17 +02:00
fw/atusb/atusb.c: make the LED flash 1/4 the previous time in test mode
This is purely for esthetical reasons.
This commit is contained in:
parent
22288a2932
commit
000c087789
@ -134,7 +134,7 @@ void main(void)
|
|||||||
while (1) {
|
while (1) {
|
||||||
if (in_test_mode) {
|
if (in_test_mode) {
|
||||||
i++;
|
i++;
|
||||||
LED = !(i >> 13);
|
LED = !(i >> 11);
|
||||||
}
|
}
|
||||||
usb_poll();
|
usb_poll();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user