SVP stubs

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@317 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-12-22 20:25:17 +00:00
parent 0ce6e5ee0a
commit f53f286a8b
11 changed files with 69 additions and 12 deletions

7
Pico/carthw/svp/svp.c Normal file
View file

@ -0,0 +1,7 @@
#include "../../PicoInt.h"
void PicoSVPInit(void)
{
elprintf(0xffff, "SVP");
}