From c83e331c37b43b6d08fe08d2a7dbf94ffc715feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 9 Nov 2017 01:45:55 +0100 Subject: [PATCH] Remove the unused PROTOCOL_RESPONSE_{SUCCESS,GENERIC_ERROR} macros. --- left/src/slave_protocol_handler.h | 5 ----- 1 file changed, 5 deletions(-) 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;