Skip to content
Snippets Groups Projects
Commit c265e5a4 authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

saul: add missing headers in auto_init

parent a5d444bd
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
#include "saul_reg.h"
#include "saul/periph.h"
#include "adc_params.h"
#include "periph/gpio.h"
#include "periph/adc.h"
/**
* @brief Define the number of configured sensors
......
......@@ -22,9 +22,8 @@
#include "log.h"
#include "saul_reg.h"
#include "bme280_params.h"
#include "bme280.h"
#include "bme280_params.h"
/**
* @brief Allocation of memory for device descriptors
......
......@@ -22,7 +22,7 @@
#include "log.h"
#include "saul_reg.h"
#include "bmp180.h"
#include "bmp180_params.h"
/**
......
......@@ -23,7 +23,6 @@
#include "log.h"
#include "saul_reg.h"
#include "hdc1000.h"
#include "hdc1000_params.h"
......
......@@ -22,7 +22,6 @@
#include "log.h"
#include "saul_reg.h"
#include "io1_xplained.h"
#include "io1_xplained_params.h"
......
......@@ -22,7 +22,6 @@
#include "log.h"
#include "saul_reg.h"
#include "jc42.h"
#include "jc42_params.h"
......
......@@ -24,7 +24,6 @@
#include "log.h"
#include "saul_reg.h"
#include "mma8x5x.h"
#include "mma8x5x_params.h"
......
......@@ -22,9 +22,8 @@
#include "log.h"
#include "saul_reg.h"
#include "si70xx_params.h"
#include "si70xx.h"
#include "si70xx_params.h"
/**
* @brief Define the number of configured sensors
......
......@@ -22,7 +22,7 @@
#include "log.h"
#include "saul_reg.h"
#include "tsl2561.h"
#include "tsl2561_params.h"
/**
......
......@@ -22,7 +22,7 @@
#include "log.h"
#include "saul_reg.h"
#include "veml6070.h"
#include "veml6070_params.h"
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment