fix build

This commit is contained in:
Thomas Kunze 2019-08-23 10:56:02 +02:00
parent d23613ad65
commit 2b7e24cab0

View File

@ -509,7 +509,6 @@ typedef void (*voidFuncPtr)(void);
void attachInterrupt(uint32_t pin, voidFuncPtr callback, uint32_t mode)
{
}
#endif
void LinuxPlatform::cmdLineArgs(int argc, char** argv)
{
@ -520,3 +519,4 @@ void LinuxPlatform::cmdLineArgs(int argc, char** argv)
memcpy(_args, argv, argc * sizeof(char*));
_args[argc] = 0;
}
#endif