feat (driver)!: Added mocking for i2c.h

BREAKING CHANGE: removed ringbuf.h from public i2c.h
This commit is contained in:
Jakob Hasse
2021-10-22 10:35:46 +08:00
parent 13ab2cd9f9
commit 1eb96cfc79
13 changed files with 173 additions and 28 deletions

View File

@@ -18,7 +18,6 @@ extern "C" {
#include "freertos/semphr.h"
#include "freertos/task.h"
#include "freertos/queue.h"
#include "freertos/ringbuf.h"
#include "driver/gpio.h"
#include "soc/soc_caps.h"
#include "hal/i2c_types.h"