old code
This commit is contained in:
parent
9e71b84b1a
commit
c591387481
1 changed files with 3 additions and 7 deletions
10
debugger.cpp
10
debugger.cpp
|
@ -37,13 +37,9 @@
|
||||||
#include "rp2040.h"
|
#include "rp2040.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void set_boot_loader(bus *const b);
|
void configure_network(console *const cnsl);
|
||||||
|
void check_network(console *const cnsl);
|
||||||
void configure_disk(console *const c);
|
void start_network(console *const cnsl);
|
||||||
|
|
||||||
void configure_network(console *const c);
|
|
||||||
void check_network(console *const c);
|
|
||||||
void start_network(console *const c);
|
|
||||||
|
|
||||||
void set_tty_serial_speed(console *const c, const uint32_t bps);
|
void set_tty_serial_speed(console *const c, const uint32_t bps);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue