Implementing dmesg and serial store

This commit is contained in:
Michal Moskal
2017-07-05 17:53:22 +01:00
parent dfb3f9fbeb
commit 7ccdabb4d4
6 changed files with 45 additions and 16 deletions

View File

@ -1,7 +1,9 @@
#ifndef __PXTCORE_H
#define __PXTCORE_H
namespace pxt {
void dmesg(const char *fmt, ...);
#define DMESG dmesg
}
#endif