mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-10 20:17:56 +00:00
porting/npl/freertos: Add way of including HW specific header
This commit is contained in:
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user