diff Small_CPU/Inc/spi.h @ 115:3834b6272ee5 FlipDisplay

Merge with 68181cd61f2069d061621c2cd2a6afddb7486f5e
author Ideenmodellierer
date Thu, 03 Jan 2019 19:59:36 +0100
parents 22a1094545f3
children 8117802894a4
line wrap: on
line diff
--- a/Small_CPU/Inc/spi.h	Thu Jan 03 18:35:11 2019 +0100
+++ b/Small_CPU/Inc/spi.h	Thu Jan 03 19:59:36 2019 +0100
@@ -36,7 +36,9 @@
 void MX_SPI3_Init(void);
 void MX_SPI3_DeInit(void);
 uint8_t SPI3_ButtonAdjust(uint8_t *arrayInput, uint8_t *arrayOutput);
-	 
+void MX_SPI_DeInit(void);
+
+
 #ifdef __cplusplus
 }
 #endif