1
0
mirror of https://github.com/thelsing/knx.git synced 2025-01-07 00:05:47 +01:00

adds gcc optimize for tp frame

This commit is contained in:
Marco Scholl 2024-03-29 22:31:59 +01:00
parent 1ee78a45d1
commit 8388c79f9f
No known key found for this signature in database

View File

@ -1,4 +1,5 @@
#pragma once
#pragma GCC optimize("O3")
#include "cemi_frame.h"
#include <stdint.h>