Removing trailing whitespaces

This commit is contained in:
Rémy Léone 2014-06-19 14:28:13 +02:00
parent ed87b928c5
commit f111058472
33 changed files with 237 additions and 237 deletions

View file

@ -1,6 +1,6 @@
/** @file hal/micro/system-timer.h
* @brief Header file for system_timer APIs
*
*
*
* <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
@ -35,7 +35,7 @@
/**
* @brief Initializes the system tick.
*
* @return Time to update the async registers after RTC is started (units of 100
* @return Time to update the async registers after RTC is started (units of 100
* microseconds).
*/
uint16_t halInternalStartSystemTimer(void);
@ -56,7 +56,7 @@ uint16_t halCommonGetInt16uMillisecondTick(void);
*
* @nostackusage
*
* @return The least significant 32 bits of the current system time, in
* @return The least significant 32 bits of the current system time, in
* system ticks.
*/
uint32_t halCommonGetInt32uMillisecondTick(void);
@ -74,7 +74,7 @@ uint16_t halCommonGetInt16uQuarterSecondTick(void);
#endif //SYSTEM_TIMER_H_
/**@} //END addtogroup
/**@} //END addtogroup
*/