NRF52840: fix include path issues for cordio ll and gcc

pull/11078/head
Ben Cooke 2019-07-19 11:28:25 -05:00
parent 77786926bc
commit 4273221919
4 changed files with 5 additions and 5 deletions

View File

@ -25,8 +25,8 @@
#include "bb_ble_api.h"
#include "bb_ble_api_reslist.h"
#include "bb_ble_api_pdufilt.h"
#include "pal_bb_ble.h"
#include "pal_crypto.h"
#include "stack/platform/include/pal_bb_ble.h"
#include "stack/platform/include/pal_crypto.h"
#include "wsf_assert.h"
#include "ll_math.h"
#include "util/bda.h"

View File

@ -27,7 +27,7 @@
#include "wsf_msg.h"
#include "wsf_trace.h"
#include "util/bstream.h"
#include "pal_crypto.h"
#include "stack/platform/include/pal_crypto.h"
#include <string.h>
/*************************************************************************************************/

View File

@ -26,7 +26,7 @@
#include "ll_math.h"
#include "wsf_msg.h"
#include "wsf_trace.h"
#include "pal_crypto.h"
#include "stack/platform/include/pal_crypto.h"
#include <string.h>
/*************************************************************************************************/

View File

@ -21,7 +21,7 @@
*/
/*************************************************************************************************/
#include "pal_types.h"
#include "stack/platform/include/pal_types.h"
/**************************************************************************************************
Macros