a5de987ab366e09c5f929a34d9d1e0eeb0556510
[picodrive.git] / Pico / carthw / svp / svp.c
1 #include "../../PicoInt.h"
2
3 void PicoSVPInit(void)
4 {
5   elprintf(0xffff, "SVP");
6 }
7