Skip to content

Commit

Permalink
add #pragma once to Arduino plattform to allow derived plattforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Ing-Dom committed Oct 27, 2024
1 parent 8ea11b0 commit 677a645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions src/arduino_platform.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include "knx/platform.h"

#include "Arduino.h"
Expand Down

0 comments on commit 677a645

Please sign in to comment.