fix(linux): fix build errors and warnings, remove ignore file

This commit is contained in:
Jakob Hasse
2023-01-17 11:44:14 +08:00
parent 490f9ebd50
commit 9991862a10
17 changed files with 54 additions and 107 deletions

View File

@@ -14,6 +14,7 @@
#define CATCH_CONFIG_MAIN
#include <stdio.h>
#include "unity.h"
#include "freertos/FreeRTOS.h"
#include "freertos/portmacro.h"
#include "driver/i2c.h"
#include "i2c_cxx.hpp"