start new makefile, migrate to libpicofe
[picodrive.git] / cpu / debug.h
index bf3e068..5aaa60e 100644 (file)
@@ -26,6 +26,6 @@ int pdb_net_connect(const char *host, const char *port);
 
 #else
 
-#define pdb_net_connect(a,b) 0
+static inline int pdb_net_connect(const char *host, const char *port) {return 0;}
 
 #endif