mongoose/examples/MSP432/ccs/MSP432_MG_hello
Deomid Ryabkov bafc30bec6 Change from using #ifdef to #if for features tests
"#if FOO" still works with simple -DFOO, but gives more flexibility.
Specifically, if user expressed no preference (FOO is not defined),
we can apply reasonable defaults (this is the legitimate use of ifdef).

In short, from now on, please use

 #if MG_ENABLE_FOO

instead of

 #ifdef MG_ENABLE_FOO

Since we are all used to #ifdef, this change also adds a precommit check
to police this. Specifically, in *.h and *.c files that are Copyright Cesanta,
"ifdef" and "if defined()" are not allowed to be used with macros that contain
ENABLE or DISABLE, unless the like also contains "ifdef-ok".

Hence, if you are sure you want to use ifdef, use this:

 #ifdef MG_ENABLE_FOO /* ifdef-ok */

PUBLISHED_FROM=9be829448f53cff575d6cae8b9945fb12531c15a
2016-10-13 18:07:25 +00:00
..
targetConfigs Rename MSP432 example project 2016-09-28 12:51:35 +00:00
.ccsproject Rename MSP432 example project 2016-09-28 12:51:35 +00:00
.cproject Rename MSP432 example project 2016-09-28 12:51:35 +00:00
.project Rename MSP432 example project 2016-09-28 12:51:35 +00:00
Board.h Rename MSP432 example project 2016-09-28 12:51:35 +00:00
cs_dbg.h Change from using #ifdef to #if for features tests 2016-10-13 18:07:25 +00:00
main.c Rename MSP432 example project 2016-09-28 12:51:35 +00:00
MSP432_MG_hello.cfg Rename MSP432 example project 2016-09-28 12:51:35 +00:00
MSP_EXP432P401R.c Rename MSP432 example project 2016-09-28 12:51:35 +00:00
MSP_EXP432P401R.cmd Rename MSP432 example project 2016-09-28 12:51:35 +00:00
MSP_EXP432P401R.h Rename MSP432 example project 2016-09-28 12:51:35 +00:00
wifi.c Rename MSP432 example project 2016-09-28 12:51:35 +00:00
wifi.h Rename MSP432 example project 2016-09-28 12:51:35 +00:00