Add dmesg, compilation fixes

This commit is contained in:
Michal Moskal
2017-07-01 12:43:10 +02:00
parent 33b9bba2a9
commit 2fe2f93abc
4 changed files with 24 additions and 9 deletions

View File

@@ -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