pxt-ev3/libs/core/pxtcore.h

8 lines
127 B
C
Raw Normal View History

2017-06-29 16:47:26 +02:00
#ifndef __PXTCORE_H
#define __PXTCORE_H
//void codal_dmesg(const char *format, ...);
#define DMESG(...) /* nothing */
#endif