Add dmesg, compilation fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef __PXTCORE_H
|
||||
#define __PXTCORE_H
|
||||
|
||||
//void codal_dmesg(const char *format, ...);
|
||||
#define DMESG(...) /* nothing */
|
||||
void dmesg(const char *fmt, ...);
|
||||
#define DMESG dmesg
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user