Refactor: implement data relay from vCANLoggerListen to xUARTQueue
- No RTOS event, just queue put and get: cleaner way to send data and more clear separation of concerns
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef CANSEND_H
|
||||
#define CANSEND_H
|
||||
|
||||
#include "main.h"
|
||||
|
||||
void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart);
|
||||
void vUARTLogger(void *argument);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user