mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
First sta-Core rework to work for Arduino
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
#include <sta/bus/spi/spi.hpp>
|
||||
#include <sta/gpio_pin.hpp>
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
namespace sta
|
||||
{
|
||||
|
@@ -11,7 +11,12 @@
|
||||
* @brief SPI interface.
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_PLATFORM_ARDUINO
|
||||
# include <stdint.h>
|
||||
#else
|
||||
# include <cstdint>
|
||||
#endif // STA_PLATFORM_ARDUINO
|
||||
|
||||
namespace sta
|
||||
{
|
||||
|
@@ -9,10 +9,6 @@
|
||||
#include <sta/bus/spi/settings.hpp>
|
||||
#include <sta/mutex.hpp>
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
|
||||
namespace sta
|
||||
{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user