porting/npl/freertos: Add way of including HW specific header

This commit is contained in:
Peter Hjärtquist
2023-10-02 13:43:44 +02:00
committed by Szymon Janc
parent f4d8b7dde8
commit 6b51531432
@@ -22,6 +22,10 @@
#include <string.h>
#include "nimble/nimble_npl.h"
#ifdef NIMBLE_NPL_OS_EXTRA_INCLUDE
#include NIMBLE_NPL_OS_EXTRA_INCLUDE
#endif
static inline bool
in_isr(void)
{