Skip to content

Commit 59ce33f

Browse files
committed
Remove unused cmsis includes.
1 parent 812c6d5 commit 59ce33f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/CAN.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#if DEVICE_CAN
1919

20-
#include "cmsis.h"
2120
#include "platform/mbed_power_mgmt.h"
2221

2322
namespace mbed {

drivers/TimerEvent.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* limitations under the License.
1515
*/
1616
#include "drivers/TimerEvent.h"
17-
#include "cmsis.h"
1817

1918
#include <stddef.h>
2019
#include "hal/ticker_api.h"

0 commit comments

Comments
 (0)