From 080e6d31359ff7dcbc7553b41934dad250331385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Hj=C3=A4rtquist?= Date: Mon, 2 Oct 2023 08:41:21 +0200 Subject: [PATCH] Add comment about NIMBLE_NPL_OS_EXTRA_INCLUDE --- porting/npl/freertos/src/npl_os_freertos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/porting/npl/freertos/src/npl_os_freertos.c b/porting/npl/freertos/src/npl_os_freertos.c index eeebe9fd7..a671a80ea 100644 --- a/porting/npl/freertos/src/npl_os_freertos.c +++ b/porting/npl/freertos/src/npl_os_freertos.c @@ -22,6 +22,7 @@ #include #include "nimble/nimble_npl.h" +/* Include the file that defines the SCB for your HW. */ #ifdef NIMBLE_NPL_OS_EXTRA_INCLUDE #include NIMBLE_NPL_OS_EXTRA_INCLUDE #endif