mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-15 07:19:25 +00:00
10 lines
121 B
C
10 lines
121 B
C
#ifndef _FUNCONFIG_H
|
|
#define _FUNCONFIG_H
|
|
|
|
#define FUNCONF_USE_DEBUGPRINTF 1
|
|
#define FUNCONF_USE_UARTPRINTF 0
|
|
|
|
|
|
#endif
|
|
|