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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user