This commit is contained in:
folkert van heusden 2024-04-27 22:01:13 +02:00
parent f2f418fe64
commit 53fcfe169b
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -37,13 +37,9 @@
#include "rp2040.h"
#endif
void set_boot_loader(bus *const b);
void configure_disk(console *const c);
void configure_network(console *const c);
void check_network(console *const c);
void start_network(console *const c);
void configure_network(console *const cnsl);
void check_network(console *const cnsl);
void start_network(console *const cnsl);
void set_tty_serial_speed(console *const c, const uint32_t bps);
#endif