mirror of
https://github.com/thelsing/knx.git
synced 2025-08-17 13:47:28 +02:00
Fix bau2920 compilation
This commit is contained in:
parent
8768725246
commit
85c3f304f4
@ -5,7 +5,11 @@
|
||||
|
||||
#include "bau_systemB_coupler.h"
|
||||
#include "tpuart_data_link_layer.h"
|
||||
#include "rf_physical_layer.h"
|
||||
#if defined(DeviceFamily_CC13X0)
|
||||
#include "rf_physical_layer_cc1310.h"
|
||||
#else
|
||||
#include "rf_physical_layer_cc1101.h"
|
||||
#endif
|
||||
#include "rf_data_link_layer.h"
|
||||
#include "rf_medium_object.h"
|
||||
#include "cemi_server_object.h"
|
||||
|
Loading…
Reference in New Issue
Block a user