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

Merge pull request #16798 from hugueslarrive/15902_fixes

Remove duplicated includes introduced in #15902
This commit is contained in:
Dylan Laduranty 2021-09-02 12:13:42 +02:00 committed by GitHub
commit 6e1bf6108c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"