Skip to content

Commit 3f5cd54

Browse files
author
Cruz Monrreal
authored
Merge pull request #7891 from tkem/fix/remove-unnnecessary-includes
Remove unused cmsis includes.
2 parents 32445ae + 59ce33f commit 3f5cd54

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)