From cd4613ca787ba0d36dd201ced3aa843f0af7a31a Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 5 Apr 2012 14:25:46 -0400 Subject: libmaple/timer.h: Fixups. Fix include guard define name, update copyright, fix Doxygen @file. Signed-off-by: Marti Bolivar --- libmaple/include/libmaple/timer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libmaple/include/libmaple/timer.h') 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 * @brief Timer interface. */ -#ifndef _LIBMAPLE_TIMERS_H_ -#define _LIBMAPLE_TIMERS_H_ +#ifndef _LIBMAPLE_TIMER_H_ +#define _LIBMAPLE_TIMER_H_ #ifdef __cplusplus extern "C"{ -- cgit v1.2.3