summaryrefslogtreecommitdiff
path: root/software/avr.lib/util.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-02-12 18:21:26 +0000
committerChristian Pointner <equinox@mur.at>2013-02-12 18:21:26 +0000
commit0dd620a00ccbd8a19b715555b1142b1091c6fb39 (patch)
tree6efe282a50dd948da016a1a53435dc5d90524deb /software/avr.lib/util.h
parentcleaned up beacon test (diff)
updated avr utils
avr build scripts support subware culv3 now git-svn-id: https://svn.spreadspace.org/mur.sat@668 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/avr.lib/util.h')
-rw-r--r--software/avr.lib/util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/software/avr.lib/util.h b/software/avr.lib/util.h
index 77afa2e..b8403b3 100644
--- a/software/avr.lib/util.h
+++ b/software/avr.lib/util.h
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2012 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
@@ -20,8 +20,8 @@
* along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SPREADSPACE_util_h_INCLUDED
-#define SPREADSPACE_util_h_INCLUDED
+#ifndef SPREADAVR_util_h_INCLUDED
+#define SPREADAVR_util_h_INCLUDED
void cpu_init(void);
void reset2bootloader(void);