mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-12-16 16:48:04 +00:00
First sta-Core rework to work for Arduino
This commit is contained in:
@@ -3,8 +3,14 @@
|
||||
|
||||
#include <sta/mutex.hpp>
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_PLATFORM_ARDUINO
|
||||
# include <stdint.h>
|
||||
# include <stddef.h>
|
||||
#else
|
||||
# include <cstdint>
|
||||
# include <cstddef>
|
||||
#endif // STA_PLATFORM_ARDUINO
|
||||
|
||||
namespace sta
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user