mongoose/examples/CC3200
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
..
ccs Fix MG_hello project build 2016-09-15 13:36:09 +00:00
slfs Update MG_sensor_demo description 2016-04-19 17:44:24 +01:00
bm222.c Remove cs_dbg.h from amalgamated headers 2016-08-18 14:06:18 +00:00
bm222.h Add LED status and accelerator data feed 2016-03-25 17:10:57 +00:00
cc3200_example.ld Bulk rename of SJS to FW 2016-04-22 16:19:17 +01:00
cs_dbg.h Change from using #ifdef to #if for features tests 2016-10-13 18:07:25 +00:00
data.c Use void arguments list consistently in C code 2016-09-05 15:51:19 +00:00
data.h Use void arguments list consistently in C code 2016-09-05 15:51:19 +00:00
main.c Use void arguments list consistently in C code 2016-09-05 15:51:19 +00:00
Makefile Bulk rename of SJS to FW 2016-04-22 16:19:17 +01:00
Makefile.build Update CC3200 sensor demo example 2016-09-16 21:20:56 +00:00
sdk.version Update TI compiler to 5.2.8 2016-10-03 15:06:53 +00:00
tmp006.c Add LED status and accelerator data feed 2016-03-25 17:10:57 +00:00
tmp006.h Add LED status and accelerator data feed 2016-03-25 17:10:57 +00:00
wifi.c Remove cs_dbg.h from amalgamated headers 2016-08-18 14:06:18 +00:00
wifi.h Use void arguments list consistently in C code 2016-09-05 15:51:19 +00:00