We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ded08 commit e50f571Copy full SHA for e50f571
libraries/KernelDebug/src/KernelDebug.cpp
@@ -17,6 +17,7 @@
17
#include <MRI.h>
18
#include <cmsis_os2.h>
19
#include <rtx_os.h>
20
+#include "Arduino.h"
21
#include "KernelDebug.h"
22
23
// Put armv7-m module into handler mode before including its header and source code.
libraries/KernelDebug/src/KernelDebug.h
@@ -30,9 +30,8 @@
30
*/
31
#pragma once
32
33
-#include <mbed.h>
34
#include <pinDefinitions.h>
35
-
+#include <mbed.h>
36
37
namespace arduino {
38
0 commit comments