Update CannedMessageModule.h

This commit is contained in:
Thomas Göttgens 2022-10-13 15:44:27 +02:00 committed by GitHub
parent 8734751bc4
commit b25ace14e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#pragma once
#ifdef HAS_SCREEN
#if HAS_SCREEN
#include "ProtobufModule.h"
#include "input/InputBroker.h"
@ -87,4 +87,4 @@ class CannedMessageModule :
};
extern CannedMessageModule *cannedMessageModule;
#endif
#endif