NHS31xx SW API
app_example_dp_ssp/mods/app_sel.h
1 /*
2  * Copyright 2015-2016 NXP
3  * This software is owned or controlled by NXP and may only be used strictly
4  * in accordance with the applicable license terms. By expressly accepting
5  * such terms or by downloading, installing, activating and/or otherwise using
6  * the software, you are agreeing that you have read, and that you agree to
7  * comply with and are bound by, such license terms. If you do not agree to
8  * be bound by the applicable license terms, then you may not retain, install,
9  * activate or otherwise use the software.
10  */
11 
12 #ifndef __APP_SEL_H_
13 #define __APP_SEL_H_
14 
15 
16 // For each module xxx this project reuses from 'mods' project, it must define the macro
17 // XXX_CFG in this file. Furthermore, the macros must either be 0 (and module xxx
18 // will use its default configuration mods/xxx/xxx_dft.h) or the macro must
19 // be 1 (and module xxx will use <proj>/mods/xxx_cfg.h). In the latter case,
20 // this project must add xxx_cfg.h to its mods directory.
21 
22 
23 //#define XXX_CFG 0
24 //#define YYY_CFG 0
25 
26 
27 #endif /* __APP_SEL_H_ */