Initial commit, based on pxt-adafruit
This commit is contained in:
7
libs/core/pxtcore.h
Normal file
7
libs/core/pxtcore.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef __PXTCORE_H
|
||||
#define __PXTCORE_H
|
||||
|
||||
//void codal_dmesg(const char *format, ...);
|
||||
#define DMESG(...) /* nothing */
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user