mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-17 13:50:35 -04:00
Added exFAT support for SD cards
This commit is contained in:
parent
4eabe7c2bc
commit
4df7a7d781
14 changed files with 20723 additions and 2975 deletions
|
@ -93,6 +93,7 @@ void kiss_csma(void) {
|
|||
kiss_flushQueue();
|
||||
} else {
|
||||
// TODO: Implement real CSMA
|
||||
kiss_flushQueue();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -102,6 +103,7 @@ void kiss_csma(void) {
|
|||
kiss_flushQueue();
|
||||
} else {
|
||||
// TODO: Implement real CSMA
|
||||
kiss_flushQueue();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue