mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-22 05:54:17 +00:00
10 lines
134 B
C
10 lines
134 B
C
|
#ifndef _user_config_h_
|
||
|
#define _user_config_h_
|
||
|
|
||
|
#define SYS_VERSION "1.0.0"
|
||
|
#define SDK_VERSION "3.5.3"
|
||
|
|
||
|
#endif // _user_config_h_
|
||
|
|
||
|
|