This commit is contained in:
Flyinghead 2018-09-17 18:45:11 +02:00
parent eb62b79791
commit 4a42cd6bae
1 changed files with 2 additions and 0 deletions

View File

@ -338,6 +338,8 @@ void stop_pico()
#else
#include "types.h"
bool start_pico() { return false; }
void stop_pico();
void write_pico(u8 b);