mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 15:35:10 +00:00
STM32 F4 LPTIM: Cosmetic changes from application of tools/nxstyle to all files modified in last PR.
This commit is contained in:
parent
e423e15a56
commit
c86fabb9b2
1 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,7 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
/************************************************************************************
|
||||
* Copyright (c) 2015 Google, Inc.
|
||||
* All rights reserved.
|
||||
|
|
@ -183,7 +184,8 @@ static inline void stm32l4_modifyreg32(FAR struct stm32l4_lptim_dev_s *dev,
|
|||
uint8_t offset, uint32_t clearbits,
|
||||
uint32_t setbits)
|
||||
{
|
||||
modifyreg32(((struct stm32l4_lptim_priv_s *)dev)->base + offset, clearbits, setbits);
|
||||
modifyreg32(((struct stm32l4_lptim_priv_s *)dev)->base + offset,
|
||||
clearbits, setbits);
|
||||
}
|
||||
|
||||
/************************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue