mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 16:29:34 +00:00
catch the aux. send.
still need to parse it for something like: 0x1e000,0x11223344,0x55667788
This commit is contained in:
parent
274f715f22
commit
cd973de335
@ -140,6 +140,8 @@ void main(void) {
|
||||
|
||||
puts("flasher done\n\r");
|
||||
|
||||
while(c=getc()) {putc(c);}
|
||||
|
||||
while(1) {continue;};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user