Fix #471
This commit is contained in:
parent
7cd1afc52d
commit
1d3ca574f1
6 changed files with 54 additions and 31 deletions
|
@ -216,8 +216,8 @@ typedef struct
|
|||
} bmp180_command_t;
|
||||
|
||||
// Just works due to the fact that QueueHandle_t is a "void *"
|
||||
static QueueHandle_t bmp180_rx_queue[MAX_I2C_BUS] = { NULL };
|
||||
static TaskHandle_t bmp180_task_handle[MAX_I2C_BUS] = { NULL };
|
||||
static QueueHandle_t bmp180_rx_queue[I2C_MAX_BUS] = { NULL };
|
||||
static TaskHandle_t bmp180_task_handle[I2C_MAX_BUS] = { NULL };
|
||||
|
||||
//
|
||||
// Forward declarations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue