mirror of
https://github.com/LIV2/a4091-software.git
synced 2025-12-05 22:12:44 +00:00
7 lines
69 B
C
7 lines
69 B
C
#ifndef BOOTMENU_H
|
|
#define BOOTMENU_H
|
|
|
|
void boot_menu(void);
|
|
|
|
#endif
|