git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12997 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
23c690f57c
commit
f081b654b3
|
@ -91,6 +91,16 @@
|
|||
#error "ChibiOS/SB not licensed"
|
||||
#endif
|
||||
|
||||
#if (CH_LICENSE_FEATURES != CH_FEATURES_FULL) && \
|
||||
(CH_LICENSE_FEATURES != CH_FEATURES_INTERMEDIATE) && \
|
||||
(CH_LICENSE_FEATURES != CH_FEATURES_BASIC)
|
||||
#error "invalid CH_LICENSE_FEATURES setting"
|
||||
#endif
|
||||
|
||||
#if CH_LICENSE_FEATURES != CH_FEATURES_FULL
|
||||
#error "ChibiOS/SB insufficient features level"
|
||||
#endif
|
||||
|
||||
#if CH_CFG_ST_RESOLUTION != 32
|
||||
#error "SandBox requires CH_CFG_ST_RESOLUTION == 32"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue