pxt-ev3/libs/core/pxtcore.h
2017-06-29 15:47:26 +01:00

8 lines
127 B
C

#ifndef __PXTCORE_H
#define __PXTCORE_H
//void codal_dmesg(const char *format, ...);
#define DMESG(...) /* nothing */
#endif