I think this will fix portduino...

This commit is contained in:
Thomas Göttgens
2022-12-28 15:41:58 +01:00
parent 3b19040590
commit d9d8c7eb74
2 changed files with 10 additions and 0 deletions

View File

@@ -3,7 +3,9 @@
#include "SinglePortModule.h"
#include "concurrency/OSThread.h"
#include "configuration.h"
#ifndef ARCH_PORTDUINO
#include <NonBlockingRtttl.h>
#endif
#include <Arduino.h>
#include <functional>