mirror of
https://github.com/thelsing/knx.git
synced 2025-10-12 11:15:54 +02:00
Don't compile secapplayer if data secure not enabled
This commit is contained in:
parent
318a384532
commit
4a5cab3cc7
@ -1,3 +1,6 @@
|
|||||||
|
#include "config.h"
|
||||||
|
#ifdef USE_DATASECURE
|
||||||
|
|
||||||
#include "secure_application_layer.h"
|
#include "secure_application_layer.h"
|
||||||
#include "transport_layer.h"
|
#include "transport_layer.h"
|
||||||
#include "cemi_frame.h"
|
#include "cemi_frame.h"
|
||||||
@ -1279,3 +1282,4 @@ bool SecureApplicationLayer::isSyncService(APDU& secureApdu)
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user