rename main include

This commit is contained in:
Thomas Kunze 2018-11-07 22:16:00 +01:00
parent 1e446fa5cd
commit 9708a54e71
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#include <bsec.h>
#include <knx_esp.h>
#include <knx.h>
// declare array of all groupobjects with their sizes in byte
GroupObject groupObjects[]

View File

@ -1,4 +1,4 @@
#include <knx_esp.h>
#include <knx.h>
// declare array of all groupobjects with their sizes in byte
GroupObject groupObjects[]

View File

@ -1,3 +1,3 @@
#pragma once
#include "knx_facade.h"
#pragma once
#include "knx_facade.h"