aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/can.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/can.h')
-rw-r--r--src/stm32/can.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/stm32/can.h b/src/stm32/can.h
deleted file mode 100644
index 92429a26..00000000
--- a/src/stm32/can.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __STM32_CAN_H__
-#define __STM32_CAN_H__
-
-// Read UUID (6bytes)
-#define PKT_ID_UUID (0x321)
-// Set address (2bytes) to UUID (6b)
-#define PKT_ID_SET (0x322)
-// UUID response from slave (6bytes)
-#define PKT_ID_UUID_RESP (0x323)
-
-#define SHORT_UUID_LEN (6)
-
-#endif /* __STM32_CAN_H__*/