HF-TMC51x0 Driver (TMC5130 & TMC5160) 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC51x0 (TMC5130 & TMC5160)
Loading...
Searching...
No Matches
esp_idf_pedantic_compat.hpp
Go to the documentation of this file.
1
21#pragma once
22
23#if defined(__GNUC__)
24#pragma GCC diagnostic push
25#pragma GCC diagnostic ignored "-Wpedantic"
26#endif
27
28#include "esp_now.h"
29#include "esp_wifi.h"
30
31#if defined(__GNUC__)
32#pragma GCC diagnostic pop
33#endif
34
35