Skip to content
Snippets Groups Projects
Commit 44d47c51 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[spi] Removed unnecessary includes

parent 8016ceae
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,11 @@ ...@@ -22,9 +22,11 @@
#pragma once #pragma once
#include <cassert> #include <assert.h>
#include <interfaces/delays.h>
#include "SPIBusInterface.h" #include "SPIBusInterface.h"
#ifndef USE_MOCK_PERIPHERALS #ifndef USE_MOCK_PERIPHERALS
using SPIType = SPI_TypeDef; using SPIType = SPI_TypeDef;
#else #else
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#pragma once #pragma once
#include <miosix.h> #include <interfaces-impl/gpio_impl.h>
#include <cstdint> #include <cstdint>
#include <cstdio> #include <cstdio>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <drivers/timer/GeneralPurposeTimer.h> #include <drivers/timer/GeneralPurposeTimer.h>
#include <drivers/timer/TimerUtils.h> #include <drivers/timer/TimerUtils.h>
#include <miosix.h> #include <interfaces/arch_registers.h>
#include "SPIBusInterface.h" #include "SPIBusInterface.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#pragma once #pragma once
#include <miosix.h> #include <kernel/sync.h>
#include "SPIBus.h" #include "SPIBus.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment