This commit is contained in:
rus 2017-10-25 12:58:00 +05:00
parent 7cd1afc52d
commit 1d3ca574f1
6 changed files with 54 additions and 31 deletions

View file

@ -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