Implementing dmesg and serial store
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
#ifndef __PXTCORE_H
|
||||
#define __PXTCORE_H
|
||||
|
||||
namespace pxt {
|
||||
void dmesg(const char *fmt, ...);
|
||||
#define DMESG dmesg
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user