pxt-ev3/libs/core/pxtcore.h

8 lines
127 B
C

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