From d1c2cf5250524c478e61a43a56316bccd7e3bde9 Mon Sep 17 00:00:00 2001 From: Jerzy Kasenberg Date: Thu, 27 Apr 2023 10:08:56 +0200 Subject: [PATCH] apps/blestress: Fix nrfx include path This fixes include path after nrfx was switched to used github repository --- apps/blestress/src/rx_stress.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/blestress/src/rx_stress.h b/apps/blestress/src/rx_stress.h index 62f84117a..b2f897197 100644 --- a/apps/blestress/src/rx_stress.h +++ b/apps/blestress/src/rx_stress.h @@ -24,7 +24,7 @@ #include #include #include -#include +#include /* BLE */ #include "nimble/ble.h"