8 lines
67 B
C
8 lines
67 B
C
|
|
||
|
#include "protos.h"
|
||
|
|
||
|
bool stdio_usb_init(void) {
|
||
|
return true;
|
||
|
}
|
||
|
|