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

@ -23,6 +23,7 @@ See the examples for basic usage options
- better Routing and Tunneling support
- add DPT 27.001
- increase device object api version to 2 (invalidation of knx flash data stored by older versions)
- add #pragma once to Arduino plattform to allow derived plattforms
### V2.1.1 - 2024-09-16
- fix minor bug in TP-Uart Driver (RX queue out of boundary)

View File

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