diff options
Diffstat (limited to 'software/avr.lib/util.h')
-rw-r--r-- | software/avr.lib/util.h | 6 |
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); |