1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

drivers/periph_spi: remove duplicated includes introduced in #15902

This commit is contained in:
Hugues Larrive 2021-09-02 09:23:36 +02:00
parent 65d717f5a0
commit f292cfc8ce
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@
#undef SPI_MODE_2
#undef SPI_MODE_3
#include "assert.h"
#include "native_internal.h"
#include "spidev_linux.h"
#ifdef MODULE_PERIPH_GPIO

View File

@ -31,7 +31,6 @@
#include "bitarithm.h"
#include "cpu.h"
#include "mutex.h"
#include "assert.h"
#include "periph/spi.h"
#include "pm_layered.h"