From d5c48e75f2170cdf8920b67dbd911ba985205a7e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 7 Feb 2013 05:36:18 +0000 Subject: small cleanup git-svn-id: https://svn.spreadspace.org/avr/trunk@186 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- lib/anyio.h | 4 ++-- lib/led.h | 5 +++-- lib/util.h | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/anyio.h b/lib/anyio.h index 64ac6c8..d774a82 100644 --- a/lib/anyio.h +++ b/lib/anyio.h @@ -21,8 +21,8 @@ * along with spreadspace avr utils. If not, see . */ -#ifndef SPREADSPACE_anyio_h_INCLUDED -#define SPREADSPACE_anyio_h_INCLUDED +#ifndef SPREADAVR_anyio_h_INCLUDED +#define SPREADAVR_anyio_h_INCLUDED #include diff --git a/lib/led.h b/lib/led.h index a660701..b69015a 100644 --- a/lib/led.h +++ b/lib/led.h @@ -20,10 +20,11 @@ * along with spreadspace avr utils. If not, see . */ -#ifndef SPREADSPACE_led_h_INCLUDED -#define SPREADSPACE_led_h_INCLUDED +#ifndef SPREADAVR_led_h_INCLUDED +#define SPREADAVR_led_h_INCLUDED void led_init(void); + void led_on(void); void led_off(void); void led_toggle(void); diff --git a/lib/util.h b/lib/util.h index 7fee563..b8403b3 100644 --- a/lib/util.h +++ b/lib/util.h @@ -20,8 +20,8 @@ * along with spreadspace avr utils. If not, see . */ -#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); -- cgit v1.2.3