solo1/pc/app.h

21 wiersze
229 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-03 04:47:30 +00:00
//#define BRIDGE_TO_WALLET
void printing_init();
#endif /* SRC_APP_H_ */