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.
26
#include "
internal/etl_minmax_push.hpp
"
27
#include <etl/bitset.h>
28
#include "
internal/etl_minmax_pop.hpp
"
29
30
#endif
// LSH_CORE_INTERNAL_ETL_BITSET_HPP
etl_minmax_pop.hpp
Restores Arduino-style min/max macros after ETL headers.
etl_minmax_push.hpp
Temporarily removes Arduino-style min/max macros before ETL headers.
src
internal
etl_bitset.hpp
Generated by
1.9.8