461e0d3d8c
ADD: controller.h for controller board definition(teensy) ADD: debug toggle
7 lines
82 B
C
7 lines
82 B
C
#ifndef UTIL_H
|
|
#define UTIL_H 1
|
|
|
|
#define XSTR(s) STR(s)
|
|
#define STR(s) #s
|
|
|
|
#endif
|