Removing trailing whitespaces
This commit is contained in:
parent
ed87b928c5
commit
f111058472
33 changed files with 237 additions and 237 deletions
|
@ -1,5 +1,5 @@
|
|||
/** @file temperature-sensor.h
|
||||
* @brief Header for temperature sensor driver
|
||||
/** @file cpu/stm32w108/hal/micro/temperature-sensor.h
|
||||
* @brief Header for temperature sensor driver
|
||||
*
|
||||
*
|
||||
* <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
|
||||
|
@ -15,11 +15,11 @@
|
|||
|
||||
/* Functions -----------------------------------------------------------------*/
|
||||
|
||||
/** @brief Temperature Sensor Initialization function
|
||||
/** @brief Temperature Sensor Initialization function
|
||||
*/
|
||||
void temperatureSensor_Init(void);
|
||||
|
||||
/** @brief Get temperature sensor value
|
||||
/** @brief Get temperature sensor value
|
||||
*/
|
||||
uint32_t temperatureSensor_GetValue(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue