mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-12-17 17:08:02 +00:00
First sta-Core rework to work for Arduino
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
|
||||
|
||||
#ifdef STA_PRINTF_USE_STDLIB
|
||||
# include <cstdio>
|
||||
# ifdef STA_PLATFORM_ARDUINO
|
||||
# include <stdio.h>
|
||||
# else
|
||||
# include <cstdio>
|
||||
# endif // STA_PLATFORM_ARDUINO
|
||||
#endif // STA_PRINTF_USE_STDLIB
|
||||
#ifdef STA_PRINTF_USE_MPALAND
|
||||
# include <printf.h>
|
||||
|
||||
Reference in New Issue
Block a user