mirror of
https://github.com/thelsing/knx.git
synced 2026-03-13 02:22:13 +01:00
split USE_USB from USE_CEMI_SERVER
This commit is contained in:
@@ -10,7 +10,12 @@
|
||||
#define GPIO_GDO0_PIN 24 // GPIO 24 (GPIO_GEN5) -> WiringPi: 5 -> Pin number on header: 18
|
||||
#endif
|
||||
|
||||
//#define USE_CEMI_SERVER
|
||||
|
||||
#define USE_RF
|
||||
#define USE_TP
|
||||
#define USE_IP
|
||||
//#define USE_USB
|
||||
//#define USE_CEMI_SERVER
|
||||
#ifdef USE_USB
|
||||
#define USE_CEMI_SERVER
|
||||
#endif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "config.h"
|
||||
#ifdef USE_CEMI_SERVER
|
||||
#ifdef USE_USB
|
||||
|
||||
#include "bits.h"
|
||||
#include "usb_tunnel_interface.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "config.h"
|
||||
#ifdef USE_CEMI_SERVER
|
||||
#ifdef USE_USB
|
||||
#include <stdint.h>
|
||||
|
||||
class CemiServer;
|
||||
|
||||
Reference in New Issue
Block a user