This commit is contained in:
Flyinghead 2018-09-17 19:43:05 +02:00
parent 4a42cd6bae
commit b9d0a4f688
1 changed files with 2 additions and 2 deletions

View File

@ -341,8 +341,8 @@ void stop_pico()
#include "types.h"
bool start_pico() { return false; }
void stop_pico();
void write_pico(u8 b);
void stop_pico() { }
void write_pico(u8 b) { }
int read_pico() { return -1; }
#endif