diff Small_CPU/Inc/spi.h @ 104:22a1094545f3 kittz

Tested and alive.
author Dmitry Romanov <kitt@bk.ru>
date Mon, 24 Dec 2018 16:15:02 +0300
parents 5f11787b4f42
children 8117802894a4
line wrap: on
line diff
--- a/Small_CPU/Inc/spi.h	Wed Nov 28 09:36:33 2018 +0300
+++ b/Small_CPU/Inc/spi.h	Mon Dec 24 16:15:02 2018 +0300
@@ -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