summaryrefslogtreecommitdiff
path: root/src/master.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/master.c')
-rw-r--r--src/master.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/master.c b/src/master.c
index aee297b..99cbea5 100644
--- a/src/master.c
+++ b/src/master.c
@@ -26,6 +26,7 @@
#include "stream.h"
#include "stream_i2c.h"
#include "stream_stdio.h"
+
/* Private Macros */
#define device_MDR s2m_MDR_response
#define GET_IDX_FROM_ADDR(i2c_addr) (i2c_addr>>1)-1