logging
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
|
||||
// Disabling this option is preferred. However, when debugging system hangs
|
||||
// this option needs to be enabled.
|
||||
// #define LOGGER_OUTPUT_BY_INTERRUPT
|
||||
|
||||
typedef enum {
|
||||
|
@ -35,7 +35,8 @@ typedef struct {
|
||||
uint32_t errorCnt;
|
||||
} t_mbusCommStats;
|
||||
|
||||
e_mbusCommRequestResult mbusCommRequest(t_mbusDevice *mbusDevice);
|
||||
// e_mbusCommRequestResult mbusCommRequest(t_mbusDevice *mbusDevice);
|
||||
void mbusCommInit();
|
||||
void mbusCommEnable(bool enable);
|
||||
void mbusCommTxCpltCallback(UART_HandleTypeDef *huart);
|
||||
void mbusCommRxCpltCallback(UART_HandleTypeDef *huart);
|
||||
|
Reference in New Issue
Block a user