Update vom 10.05.15

Dependents:   19_Taster_BSW_oo 19_Taster_a

Fork of timer0 by Reinhold Schaefer

Revision:
2:fafaca146f6e
Parent:
1:45063f72267b
--- a/timer0.h	Fri Aug 08 16:02:01 2014 +0000
+++ b/timer0.h	Sun May 10 17:58:41 2015 +0000
@@ -1,3 +1,5 @@
+#ifndef TIMER0_H
+#define TIMER0_H
 
 #include "mbed.h"
 
@@ -34,4 +36,6 @@
     uint8_t GetTimerStatus(uint8_t timer);
     uint16_t GetTimerZeit(uint8_t timer);
     void SetCountdownTimer(uint8_t timer, uint8_t status, uint16_t value);
-};
\ No newline at end of file
+};
+
+#endif
\ No newline at end of file