mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 02:27:33 +00:00
Small fixes for smt32 support
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
|
||||
#if defined(STA_STM32_SPI_ENABLED) || defined(DOXYGEN)
|
||||
|
||||
#include <sta/spi/device.hpp>
|
||||
#include <sta/spi/spi.hpp>
|
||||
#include <sta/bus/spi/device.hpp>
|
||||
#include <sta/bus/spi/spi.hpp>
|
||||
|
||||
#include <sta/stm32/clocks.hpp>
|
||||
#include <sta/stm32/gpio_pin.hpp>
|
||||
#include <sta/devices/stm32/clocks.hpp>
|
||||
#include <sta/devices/stm32/gpio_pin.hpp>
|
||||
|
||||
|
||||
/**
|
||||
@@ -92,10 +92,7 @@ namespace sta
|
||||
* @param intf %SPI interface
|
||||
* @param csPin Device CS pin
|
||||
*/
|
||||
STM32SPIDevice(STM32SPI * intf, STM32GpioPin csPin);
|
||||
|
||||
private:
|
||||
STM32GpioPin csPin_; /**< Device CS pin */
|
||||
STM32SPIDevice(STM32SPI * intf, STM32GpioPin * csPin);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user