1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc2538/periph
Gunar Schorcht 42db6861e1 cpu/cc2538: fix I2C compilation error with NDEBUG
When NDEBUG macro is defined during compilation, the assert macro produces empty code. The dev parameter is then unused.
2020-01-30 11:57:36 +01:00
..
adc.c cpu/cc2538/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
gpio.c
hwrng.c
i2c.c cpu/cc2538: fix I2C compilation error with NDEBUG 2020-01-30 11:57:36 +01:00
Makefile
pm.c
rtt.c cpu/cc2538: add periph_rtt 2020-01-08 09:16:49 +01:00
spi.c
timer.c
uart.c