diff Discovery/Inc/ostc.h @ 321:37ee61f93124 O2_SensorSync

Moved indication variable for received HUD data to tCCR file. To avoid global functions an interface function for indication and handling of received HUD data has been added
author ideenmodellierer
date Sun, 30 Jun 2019 21:18:05 +0200
parents 5f11787b4f42
children f7318457df4d
line wrap: on
line diff
--- a/Discovery/Inc/ostc.h	Wed Jun 19 13:12:25 2019 +0000
+++ b/Discovery/Inc/ostc.h	Sun Jun 30 21:18:05 2019 +0200
@@ -69,7 +69,6 @@
 #ifdef USART_IR_HUD
 extern UART_HandleTypeDef UartIR_HUD_Handle;
 #endif
-extern __IO ITStatus UartReadyHUD;
 
 #ifdef USART_PIEZO
 extern UART_HandleTypeDef UartPiezoTxHandle;