Fix type definition for QUEUE_WAIT_BLOCKING in LinBusListener
This commit is contained in:
parent
93f328545f
commit
76724782b8
@ -15,7 +15,7 @@ namespace truma_inetbox {
|
||||
|
||||
static const char *const TAG = "truma_inetbox.LinBusListener";
|
||||
|
||||
#define QUEUE_WAIT_BLOCKING (portTickType) portMAX_DELAY
|
||||
#define QUEUE_WAIT_BLOCKING (TickType_t) portMAX_DELAY
|
||||
|
||||
void LinBusListener::setup_framework() {
|
||||
// uartSetFastReading
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user