add #pragma once to Arduino plattform to allow derived plattforms

This commit is contained in:
Ing-Dom
2024-10-27 15:36:30 +01:00
parent 8ea11b03a8
commit 677a645f96
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#pragma once
#include "knx/platform.h"
#include "Arduino.h"