1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/*: add missing include of assert.h

This commit is contained in:
Bas Stottelaar 2020-10-21 15:56:59 +02:00
parent ab6188cea3
commit 4bdfe9a254
31 changed files with 41 additions and 0 deletions

View File

@ -18,6 +18,8 @@
* @}
*/
#include <assert.h>
#include "ad7746.h"
#include "ad7746_params.h"
#include "ad7746_internal.h"

View File

@ -17,6 +17,8 @@
* @}
*/
#include <assert.h>
#include "adcxx1c.h"
#include "adcxx1c_params.h"
#include "adcxx1c_regs.h"

View File

@ -14,6 +14,7 @@
* @{
*/
#include <assert.h>
#include <stdio.h>
#include "xtimer.h"

View File

@ -15,6 +15,7 @@
* @}
*/
#include <assert.h>
#include <string.h>
#include <stdlib.h>

View File

@ -6,6 +6,7 @@
* directory for more details.
*/
#include <assert.h>
#include <errno.h>
#include <string.h>

View File

@ -19,6 +19,7 @@
* @}
*/
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <sys/types.h>

View File

@ -16,6 +16,8 @@
* @}
*/
#include <assert.h>
#include "xtimer.h"
#include "periph/spi.h"
#include "at86rf2xx_aes.h"

View File

@ -18,6 +18,8 @@
* @}
*/
#include <assert.h>
#include "atwinc15x0_internal.h"
#include "mutex.h"
#include "periph/spi.h"

View File

@ -18,6 +18,8 @@
* @}
*/
#include <assert.h>
#include "atwinc15x0_internal.h"
#include "bus_wrapper/include/nm_bus_wrapper.h"

View File

@ -18,6 +18,8 @@
* @}
*/
#include <assert.h>
#include "bme680.h"
#include "bme680_hal.h"
#include "bme680_params.h"

View File

@ -13,6 +13,7 @@
* @file
*/
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>

View File

@ -18,6 +18,7 @@
* @}
*/
#include <assert.h>
#include <string.h>
#include "dose.h"

View File

@ -14,6 +14,7 @@
* @{
*/
#include <assert.h>
#include <string.h>
#include <stdlib.h>

View File

@ -14,6 +14,7 @@
* @{
*/
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>

View File

@ -16,6 +16,7 @@
* @}
*/
#include <assert.h>
#include <errno.h>
#include <string.h>
#include "log.h"

View File

@ -16,6 +16,7 @@
* @}
*/
#include <assert.h>
#include "log.h"
#include "irq.h"
#include "panic.h"

View File

@ -20,6 +20,8 @@
* @}
*/
#include <assert.h>
#include "xtimer.h"
#include "lsm6dsl.h"

View File

@ -22,6 +22,7 @@
* @}
*/
#include <assert.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>

View File

@ -22,6 +22,7 @@
* @}
*/
#include <assert.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>

View File

@ -18,6 +18,7 @@
* @}
*/
#include <assert.h>
#include <stdint.h>
#include <errno.h>

View File

@ -19,6 +19,8 @@
* @}
*/
#include <assert.h>
#include "opt3001.h"
#include "opt3001_regs.h"
#include "periph/i2c.h"

View File

@ -14,6 +14,7 @@
* @{
*/
#include <assert.h>
#include <stdio.h>
#include "pca9633.h"

View File

@ -14,6 +14,7 @@
* @{
*/
#include <assert.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>

View File

@ -22,6 +22,8 @@
* @}
*/
#include <assert.h>
#include "log.h"
#include "saul_reg.h"
#include "tsl4531x.h"

View File

@ -17,6 +17,7 @@
#include "debug.h"
#include "log.h"
#include <assert.h>
#include <errno.h>
#include <string.h>

View File

@ -13,6 +13,7 @@
* @author Martine Lenders <mlenders@inf.fu-berlin.de>
*/
#include <assert.h>
#include <errno.h>
#include <stdbool.h>
#include <string.h>

View File

@ -15,6 +15,7 @@
#define LOG_LEVEL LOG_DEBUG
#include "log.h"
#include <assert.h>
#include <errno.h>
#include <string.h>

View File

@ -19,6 +19,8 @@
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
* @}
*/
#include <assert.h>
#include <stdbool.h>
#include <math.h>
#include <string.h>

View File

@ -17,6 +17,7 @@
* @}
*/
#include <assert.h>
#include <stddef.h>
#include <string.h>
#include <errno.h>

View File

@ -23,6 +23,7 @@
* @}
*/
#include <assert.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>

View File

@ -23,6 +23,7 @@
* @}
*/
#include <assert.h>
#include <errno.h>
#include "log.h"