The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
169:a7c7b631e539
Parent:
165:d1b4690b3f8b
--- a/TARGET_VK_RZ_A1H/irq_ctrl.h	Thu May 24 15:35:55 2018 +0100
+++ b/TARGET_VK_RZ_A1H/irq_ctrl.h	Fri Jun 22 15:38:59 2018 +0100
@@ -22,6 +22,12 @@
  * limitations under the License.
  */
 
+#if   defined ( __ICCARM__ )
+  #pragma system_include         /* treat file as system include file for MISRA check */
+#elif defined (__clang__)
+  #pragma clang system_header   /* treat file as system include file */
+#endif
+
 #ifndef IRQ_CTRL_H_
 #define IRQ_CTRL_H_