diff --git a/left/src/slave_protocol_handler.h b/left/src/slave_protocol_handler.h index dd3f1c5..a5d8984 100644 --- a/left/src/slave_protocol_handler.h +++ b/left/src/slave_protocol_handler.h @@ -7,11 +7,6 @@ #include "crc16.h" #include "slave_protocol.h" -// Macros: - - #define PROTOCOL_RESPONSE_SUCCESS 0 - #define PROTOCOL_RESPONSE_GENERIC_ERROR 1 - // Variables: extern i2c_message_t RxMessage;