mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-30 05:32:08 +00:00
don't build FakeUART on other platforms
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#ifndef FAKEUART_H
|
||||
#define FAKEUART_H
|
||||
|
||||
#ifdef SENSECAP_INDICATOR
|
||||
|
||||
#include "../IndicatorSerial.h"
|
||||
#include <RingBuf.h>
|
||||
#include <Stream.h>
|
||||
@@ -37,4 +39,6 @@ class FakeUART : public Stream
|
||||
|
||||
extern FakeUART *FakeSerial;
|
||||
|
||||
#endif // SENSECAP_INDICATOR
|
||||
|
||||
#endif // FAKEUART_H
|
||||
Reference in New Issue
Block a user