brakeconf/src/config.h

15 lines
182 B
C

/*
* AUTHOR: Alexander Popov <iiiypuk {at} fastmail.fm>
* DESC: ...
*/
#ifndef CONFIG_H_
#define CONFIG_H_
#define DEBUG
#include "html.h"
struct sp_port *serial_port;
#endif