mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
fix build
This commit is contained in:
parent
d23613ad65
commit
2b7e24cab0
@ -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
|
Loading…
Reference in New Issue
Block a user