From 4ec5aa223ec7c1e727ea2497936cbab5e3e57463 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 30 Apr 2014 13:07:39 +1200 Subject: General tidy-up --- bat_tray/bat_tray.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'bat_tray/bat_tray.h') diff --git a/bat_tray/bat_tray.h b/bat_tray/bat_tray.h index c20a833..8992b32 100644 --- a/bat_tray/bat_tray.h +++ b/bat_tray/bat_tray.h @@ -17,7 +17,7 @@ ************************************************************************/ #ifndef BAT_TRAY_H -#define BAT_TRAY_H 1 +#define BAT_TRAY_H #include @@ -33,8 +33,7 @@ void bat_tray_init(); void bat_tray_show(); void bat_tray_hide(); +int get_battery_state(); +int get_bat_num(); -int get_battery_state(); -int get_bat_num(); - -#endif /* ifndef BAT_TRAY_H */ \ No newline at end of file +#endif /* ifndef BAT_TRAY_H */ -- cgit v1.1