mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-13 00:53:00 -04:00
Fetch HW entropy source from SD
This commit is contained in:
parent
85626c40a8
commit
0e24b54657
7 changed files with 249 additions and 22 deletions
1
main.c
1
main.c
|
@ -70,7 +70,6 @@ void init(void) {
|
|||
ax25_init(&AX25, &modem, &modem.fd, ax25_callback);
|
||||
kiss_init(&AX25, &modem, &serial);
|
||||
sd_init();
|
||||
crypto_init();
|
||||
bluetooth_init();
|
||||
gps_init(&serial);
|
||||
usrio_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue