diff Common/Inc/global_constants.h @ 267:cf6ad20380fb

Merged in Ideenmodellierer/ostc4/IPC_Sync_Improvment_2 (pull request #18) IPC Sync Improvment 2
author heinrichsweikamp <bitbucket@heinrichsweikamp.com>
date Fri, 26 Apr 2019 10:36:11 +0000
parents a6c0375bc950
children 9660df857c57
line wrap: on
line diff
--- a/Common/Inc/global_constants.h	Tue Apr 23 14:21:32 2019 +0000
+++ b/Common/Inc/global_constants.h	Fri Apr 26 10:36:11 2019 +0000
@@ -42,7 +42,7 @@
 
 /* Define INDEX for information exchanged within the header */
 #define SPI_HEADER_INDEX_RX_STATE  (1)
-#define SPI_HEADER_INDEX_FRAME_CNT (2)
+#define SPI_HEADER_INDEX_TX_TICK   (2)
 
 #define SPI_RX_STATE_OK 		(0)
 #define SPI_RX_STATE_SHIFTED	(1)