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