Fetch HW entropy source from SD

This commit is contained in:
Mark Qvist 2019-02-07 13:16:42 +01:00
parent 85626c40a8
commit 0e24b54657
7 changed files with 249 additions and 22 deletions

1
main.c
View file

@ -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();