Skip to content

Commit e50f571

Browse files
committed
as_mbed_library: Fix KernelDebug example build
1 parent 43ded08 commit e50f571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/KernelDebug/src/KernelDebug.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <MRI.h>
1818
#include <cmsis_os2.h>
1919
#include <rtx_os.h>
20+
#include "Arduino.h"
2021
#include "KernelDebug.h"
2122

2223
// Put armv7-m module into handler mode before including its header and source code.

libraries/KernelDebug/src/KernelDebug.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
*/
3131
#pragma once
3232

33-
#include <mbed.h>
3433
#include <pinDefinitions.h>
35-
34+
#include <mbed.h>
3635

3736
namespace arduino {
3837

0 commit comments

Comments
 (0)