mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-14 09:29:13 -04:00
LED driver implemented
This commit is contained in:
parent
fa1d89d0e3
commit
6258e1e62e
7 changed files with 53 additions and 49 deletions
2
main.c
2
main.c
|
@ -40,6 +40,7 @@ void init(void) {
|
|||
system_check();
|
||||
}
|
||||
|
||||
|
||||
int main (void) {
|
||||
init();
|
||||
|
||||
|
@ -47,7 +48,6 @@ int main (void) {
|
|||
ax25_poll(&AX25);
|
||||
kiss_poll();
|
||||
kiss_csma();
|
||||
led_status();
|
||||
}
|
||||
|
||||
return(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue