apps/blestress: Fix nrfx include path

This fixes include path after nrfx was switched
to used github repository
This commit is contained in:
Jerzy Kasenberg
2023-05-08 15:53:09 +02:00
committed by Szymon Janc
parent c514f5b574
commit d1c2cf5250
+1 -1
View File
@@ -24,7 +24,7 @@
#include <string.h>
#include <console/console.h>
#include <errno.h>
#include <nrfx/hal/nrf_aar.h>
#include <hal/nrf_aar.h>
/* BLE */
#include "nimble/ble.h"