1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-14 14:50:32 +01:00

added pragma one header guard

This commit is contained in:
j0ta29 2024-03-26 20:12:15 +00:00
parent 164991e4f5
commit 52c526131d

View File

@ -1,3 +1,5 @@
#pragma once
#ifdef USE_ARDUINO
#include <cstdint>