Remove the unused PROTOCOL_RESPONSE_{SUCCESS,GENERIC_ERROR} macros.

This commit is contained in:
László Monda
2017-11-09 01:45:55 +01:00
parent f8ad10b0c1
commit c83e331c37

View File

@@ -7,11 +7,6 @@
#include "crc16.h" #include "crc16.h"
#include "slave_protocol.h" #include "slave_protocol.h"
// Macros:
#define PROTOCOL_RESPONSE_SUCCESS 0
#define PROTOCOL_RESPONSE_GENERIC_ERROR 1
// Variables: // Variables:
extern i2c_message_t RxMessage; extern i2c_message_t RxMessage;