catch the aux. send.

still need to parse it for something like:

0x1e000,0x11223344,0x55667788
This commit is contained in:
Mariano Alvira 2009-05-08 18:04:55 -04:00
parent 274f715f22
commit cd973de335

View file

@ -140,6 +140,8 @@ void main(void) {
puts("flasher done\n\r");
while(c=getc()) {putc(c);}
while(1) {continue;};
}