solo1/pc/app.h

23 wiersze
252 B
C
Czysty Zwykły widok Historia

/*
* app.h
*
* Created on: Jun 26, 2018
* Author: conor
*/
#ifndef SRC_APP_H_
#define SRC_APP_H_
#define USING_DEV_BOARD
2018-07-12 01:55:20 +00:00
#define USING_PC
2018-09-05 02:11:21 +00:00
#define DEBUG_LEVEL 1
2018-09-03 04:47:30 +00:00
//#define BRIDGE_TO_WALLET
void printing_init();
#endif /* SRC_APP_H_ */