mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
compiling again.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "knx_facade.h"
|
||||
#include "knx/knx_facade.h"
|
||||
|
||||
#include "knx/bau091A.h"
|
||||
#include "knx/bau2920.h"
|
||||
#include "knx/coupler/bau091A.h"
|
||||
#include "knx/coupler/bau2920.h"
|
||||
|
||||
#include "knx/bits.h"
|
||||
#include <time.h>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#include <knx.h>
|
||||
|
||||
#include "knx/bau57B0.h"
|
||||
#include "knx/bau27B0.h"
|
||||
#include "knx/bau07B0.h"
|
||||
#include "knx/ip/bau57B0.h"
|
||||
#include "knx/rf/bau27B0.h"
|
||||
#include "knx/tp/bau07B0.h"
|
||||
|
||||
#include "knx/group_object_table_object.h"
|
||||
#include "knx/interface_object/group_object_table_object.h"
|
||||
#include "knx/bits.h"
|
||||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -16,8 +16,8 @@ namespace py = pybind11;
|
||||
|
||||
#include "knx/bits.h"
|
||||
#include "knx/platform/linux_platform.h"
|
||||
#include "knx/bau57B0.h"
|
||||
#include "knx/group_object_table_object.h"
|
||||
#include "knx/ip/bau57B0.h"
|
||||
#include "knx/interface_object/group_object_table_object.h"
|
||||
|
||||
LinuxPlatform* platform = 0;
|
||||
Bau57B0* bau = 0;
|
||||
|
||||
Reference in New Issue
Block a user