-
Notifications
You must be signed in to change notification settings - Fork 4
/
main_config.h
28 lines (26 loc) · 1018 Bytes
/
main_config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/***********************************************************************************************************************
* Copyright (c) Hands Free Team. All rights reserved.
* FileName: main_config.h
* Contact: QQ Exchange Group -- 521037187
* Version: V2.0
*
* LICENSING TERMS:
* The Hands Free is licensed generally under a permissive 3-clause BSD license.
* Contributions are requiredto be made under the same license.
*
* History:
* <author> <time> <version> <desc>
* mawenke 2015.10.1 V1.0 creat this file
*
* Description: syetem config file
***********************************************************************************************************************/
#ifndef __main_config_H__
#define __main_config_H__
#define HANDS_FREE_EMBEDDED_VERSION 2.0
//Whether or not printf DEBUG info to usart1
#define DEBUG 0
//Whether or not include RTOS UCOSII or UCOSIII
#define SYSTEM_SUPPORT_OS 1
//Whether or not include GUI STWIN or EMWIN
#define SYSTEM_SUPPORT_GUI 0
#endif