From 98682e5e2aefc9aad61354f4f3ac93be96002a2a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 8 Feb 2021 08:47:37 +0100 Subject: sys/linux: add ieee802154 descriptions --- executor/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'executor/common.h') diff --git a/executor/common.h b/executor/common.h index d86011223..b5a1ba593 100644 --- a/executor/common.h +++ b/executor/common.h @@ -765,6 +765,9 @@ int main(void) #if SYZ_USB setup_usb(); #endif +#if SYZ_802154 + setup_802154(); +#endif #if SYZ_HANDLE_SEGV install_segv_handler(); -- cgit mrf-deployment