]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - include/timer.h
Adaptions for fatfs R0.12b
[z180-stamp.git] / include / timer.h
index bed3eb01d1b0a927b2854cf0f92abc05101c9c7a..83bc3298ed834eb6ef8caf4c1a582f5f2b358c5a 100644 (file)
@@ -1,7 +1,14 @@
-#ifndef TIMER_H                
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+#ifndef TIMER_H
 #define TIMER_H
 
+#include "common.h"
+
 uint32_t get_timer(uint32_t);
 
 #endif /* TIMER_H */
-