1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-12-03 05:41:13 +03:00

[sam] merging CMSIS with current internal dev

This commit is contained in:
Thibaut VIARD
2011-10-11 20:46:18 +02:00
parent 2699d5d001
commit ee7177d68b
87 changed files with 955 additions and 1078 deletions

View File

@@ -2,9 +2,11 @@
*
* \brief This file contains the interface for default exception handlers.
*
* $asf_license$
*
* \par Purpose
*
* This file provides basic support for Cortex-M processor based
* This file provides basic support for Cortex-M processor based
* microcontrollers.
*
* \author Atmel Corporation: http://www.atmel.com \n
@@ -12,10 +14,8 @@
*
******************************************************************************/
/* $asf_license$ */
#ifndef _EXCEPTIONS_
#define _EXCEPTIONS_
#ifndef EXCEPTIONS_H_INCLUDED
#define EXCEPTIONS_H_INCLUDED
/* @cond 0 */
/**INDENT-OFF**/
@@ -85,4 +85,5 @@ extern void WDT_IrqHandler( void ) ;
/**INDENT-ON**/
/* @endcond */
#endif /* _EXCEPTIONS_ */
#endif /* EXCEPTIONS_H_INCLUDED */