comparison 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
comparison
equal deleted inserted replaced
320:117a7ec23385 321:37ee61f93124
67 67
68 68
69 #ifdef USART_IR_HUD 69 #ifdef USART_IR_HUD
70 extern UART_HandleTypeDef UartIR_HUD_Handle; 70 extern UART_HandleTypeDef UartIR_HUD_Handle;
71 #endif 71 #endif
72 extern __IO ITStatus UartReadyHUD;
73 72
74 #ifdef USART_PIEZO 73 #ifdef USART_PIEZO
75 extern UART_HandleTypeDef UartPiezoTxHandle; 74 extern UART_HandleTypeDef UartPiezoTxHandle;
76 #endif 75 #endif
77 76