diff --git a/protocol.h b/protocol.h index 35cde1e..5cea23f 100644 --- a/protocol.h +++ b/protocol.h @@ -2,6 +2,7 @@ #include +#ifdef GLUMP_CONTROLLER namespace { enum class ControlType : uint8_t { @@ -120,3 +121,4 @@ uint16_t calculateChecksum(Feedback feedback) { } } +#endif \ No newline at end of file