mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-14 20:32:23 -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
|
@ -52,4 +52,15 @@ void update_led_status(void) {
|
|||
} else {
|
||||
led_status_ticks++;
|
||||
}
|
||||
}
|
||||
|
||||
void LED_indicate_error_crypto(void) {
|
||||
while (true) {
|
||||
LED_COM_ON();
|
||||
LED_STATUS_OFF();
|
||||
delay_ms(500);
|
||||
LED_COM_OFF();
|
||||
LED_STATUS_ON();
|
||||
delay_ms(500);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue