create Dbprintf convenience function

This commit is contained in:
bushing 2010-01-01 23:36:17 +00:00
commit a9bc033bdd
3 changed files with 26 additions and 18 deletions

View file

@ -21,6 +21,8 @@ void __attribute__((noreturn)) AppMain(void);
void SamyRun(void);
void DbpIntegers(int a, int b, int c);
void DbpString(char *str);
void Dbprintf(const char *fmt, ...);
void ToSendStuffBit(int b);
void ToSendReset(void);
void ListenReaderField(int limit);