Simple mbed library with macros

Dependents:   SimpleTimer SimpleUART SimpleTimer Stoppuhr1

Files at this revision

API Documentation at this revision

Comitter:
Alkorin
Date:
Wed Nov 17 10:59:34 2010 +0000
Parent:
16:73f0f5d18800
Child:
18:aa026d9f7fc0
Commit message:
Fixed some typos

Changed in this revision

interrupts.h Show annotated file Show diff for this revision Revisions of this file
mbed_globals.h Show annotated file Show diff for this revision Revisions of this file
--- a/interrupts.h	Sun Nov 14 22:48:59 2010 +0000
+++ b/interrupts.h	Wed Nov 17 10:59:34 2010 +0000
@@ -1,5 +1,5 @@
 /*
-* Copyright or © or Copr. 2010, Thomas SOETE
+* Copyright or © or Copr. 2010, Thomas SOETE
 * 
 * Author e-mail: thomas@soete.org
 * Library website : http://mbed.org/users/Alkorin/libraries/SimpleLib/
@@ -34,6 +34,8 @@
 #ifndef __INTERRUPTS_H__
 #define __INTERRUPTS_H__
 
+#include "mbed_globals.h"
+
 /** Interrupt Managment **/
 #define ENABLE_INTERRUPT(intr)  NVIC_EnableIRQ(intr)
 #define DISABLE_INTERRUPT(intr) NVIC_DisableIRQ(intr)
--- a/mbed_globals.h	Sun Nov 14 22:48:59 2010 +0000
+++ b/mbed_globals.h	Wed Nov 17 10:59:34 2010 +0000
@@ -1,5 +1,5 @@
 /*
-* Copyright or © or Copr. 2010, Thomas SOETE
+* Copyright or © or Copr. 2010, Thomas SOETE
 * 
 * Author e-mail: thomas@soete.org
 * Library website : http://mbed.org/users/Alkorin/libraries/SimpleLib/