mirror of https://github.com/ARMmbed/mbed-os.git
NRF52840: fix include path issues for cordio ll and gcc
parent
77786926bc
commit
4273221919
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
||||
/*************************************************************************************************/
|
||||
|
|
|
@ -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>
|
||||
|
||||
/*************************************************************************************************/
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
/*************************************************************************************************/
|
||||
|
||||
#include "pal_types.h"
|
||||
#include "stack/platform/include/pal_types.h"
|
||||
|
||||
/**************************************************************************************************
|
||||
Macros
|
||||
|
|
Loading…
Reference in New Issue