Rename methods for better description

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-01-12 00:09:29 +01:00
parent 8a0ef0b30c
commit 8412727e03
4 changed files with 73 additions and 75 deletions

View File

@@ -247,7 +247,7 @@ void init_rtc() {
#endif
}
extern void neug_task();
extern void hwrng_task();
extern void usb_task();
void execute_tasks()
{
@@ -261,7 +261,7 @@ void execute_tasks()
void core0_loop() {
while (1) {
execute_tasks();
neug_task();
hwrng_task();
do_flash();
#ifndef ENABLE_EMULATION
if (button_pressed_cb && board_millis() > 1000 && !is_busy()) { // wait 1 second to boot up