Skip to content

Commit 799983c

Browse files
0xc0170Bartek Szatkowski
authored andcommitted
ble: beacon fix cmsis header
The previous core_cmInstr was removed, we use cmsis_compiler.h
1 parent aeebda5 commit 799983c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/ble/services/iBeacon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef __BLE_IBEACON_H__
1717
#define __BLE_IBEACON_H__
1818

19-
#include "core_cmInstr.h"
19+
#include "cmsis_compiler.h"
2020
#include "ble/BLE.h"
2121

2222
/**

0 commit comments

Comments
 (0)