LSH-Core
Deterministic firmware core for Controllino-based Labo Smart Home nodes
 
Loading...
Searching...
No Matches
etl_bitset.hpp
Go to the documentation of this file.
1
21#ifndef LSH_CORE_INTERNAL_ETL_BITSET_HPP
22#define LSH_CORE_INTERNAL_ETL_BITSET_HPP
23
24// ETL pulls in headers that collide with Arduino's global `min`/`max` macros.
25// Keep the same push/pop isolation pattern already used by the other ETL wrappers.
27#include <etl/bitset.h>
29
30#endif // LSH_CORE_INTERNAL_ETL_BITSET_HPP
Restores Arduino-style min/max macros after ETL headers.
Temporarily removes Arduino-style min/max macros before ETL headers.