1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430-common/include
Joakim Gebart 153c97fc74 cpu/msp430-common: Add stdlib.h header to ensure malloc is defined.
Fixes warnings of the kind:

/data/riotbuild/riotbase/sys/bloom/bloom.c: In function 'bloom_new':
/data/riotbuild/riotbase/sys/bloom/bloom.c:39:5: error: implicit declaration of function 'calloc' [-Werror=implicit-function-declaration]
/data/riotbuild/riotbase/sys/bloom/bloom.c:39:22: error: incompatible implicit declaration of built-in function 'calloc' [-Werror]
2015-07-14 08:11:15 +02:00
..
sys cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
assert.h msp430: add assert header 2015-02-12 14:24:06 +01:00
cpu_conf.h global: renamed cpu-conf.h into cpu_conf.h 2015-05-28 15:45:05 +02:00
cpu.h cpu: fixed doxygen for multiple headers 2015-05-28 15:45:05 +02:00
hwtimer_cpu.h Use TimerB for 'hwtimer' module implementation 2014-12-19 10:53:12 +01:00
msp430_types.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00
stdlib.h cpu/msp430-common: Add stdlib.h header to ensure malloc is defined. 2015-07-14 08:11:15 +02:00
time.h cpu: added extern "C" to headers 2014-11-24 19:10:15 +01:00