diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-05 14:25:46 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-11 16:56:56 -0400 |
commit | cd4613ca787ba0d36dd201ced3aa843f0af7a31a (patch) | |
tree | 91de4b10595b46e1111940ee97867ae07e97b26a | |
parent | a0da4bb4ded385385eb1b8f9752f800f9cebf15b (diff) | |
download | librambutan-cd4613ca787ba0d36dd201ced3aa843f0af7a31a.tar.gz librambutan-cd4613ca787ba0d36dd201ced3aa843f0af7a31a.zip |
libmaple/timer.h: Fixups.
Fix include guard define name, update copyright, fix Doxygen @file.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | libmaple/include/libmaple/timer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libmaple/include/libmaple/timer.h b/libmaple/include/libmaple/timer.h index 9e4e20c..fef34fc 100644 --- a/libmaple/include/libmaple/timer.h +++ b/libmaple/include/libmaple/timer.h @@ -1,7 +1,7 @@ /****************************************************************************** * The MIT License * - * Copyright (c) 2011 LeafLabs, LLC. + * Copyright (c) 2011, 2012 LeafLabs, LLC. * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -25,13 +25,13 @@ *****************************************************************************/ /** - * @file timer.h + * @file libmaple/timer.h * @author Marti Bolivar <mbolivar@leaflabs.com> * @brief Timer interface. */ -#ifndef _LIBMAPLE_TIMERS_H_ -#define _LIBMAPLE_TIMERS_H_ +#ifndef _LIBMAPLE_TIMER_H_ +#define _LIBMAPLE_TIMER_H_ #ifdef __cplusplus extern "C"{ |