SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
153 stars 81 forks source link

Replace #pragma once with an include guard #570

Closed mairas closed 2 years ago

mairas commented 2 years ago

In a momentary lapse of reason, I used #pragma once in one header file. Given that #pragma once is nonstandard and has potentially unfixable issues, let's revert back to using standard include guards.