summaryrefslogtreecommitdiff
path: root/Src/main.c
diff options
context:
space:
mode:
authorAditya Naik2020-04-07 07:16:14 -0400
committerAditya Naik2020-04-07 07:16:14 -0400
commit5b1730a67ac3712a0d36b22ec00bb336dbfde347 (patch)
treec5e2e39e5c00e882ba436bb08854efbe6dedc88d /Src/main.c
parent1a0a307dd7ee985a0a2577b1bc9a93c262eb075a (diff)
RTOS prep changes
Diffstat (limited to 'Src/main.c')
-rw-r--r--Src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/main.c b/Src/main.c
index dc25c5a..760e8eb 100644
--- a/Src/main.c
+++ b/Src/main.c
@@ -48,10 +48,10 @@
#define SET_BIT_FROM_IDX(a, b) a[b>>5]|=(1<<(b%32))
#define COUNTOF(__BUFFER__) (sizeof(__BUFFER__) / sizeof(*(__BUFFER__)))
-#define I2C_ADDRESS 0x30F
+#define I2C_ADDRESS 0x05
/* Macro to toggle between master and slave firmware */
-#define MASTER
+/* #define MASTER */
/* USER CODE END PM */
/* Private variables ---------------------------------------------------------*/