updated copyright year and fixed comment whitespace.
This commit is contained in:
parent
00c02fde62
commit
3cc843480b
@ -648,7 +648,7 @@ static int pwm_stop(FAR struct pwm_lowerhalf_s *dev)
|
|||||||
|
|
||||||
/* Disable interrupts momentary to stop any ongoing timer processing and
|
/* Disable interrupts momentary to stop any ongoing timer processing and
|
||||||
* to prevent any concurrent access to the reset register.
|
* to prevent any concurrent access to the reset register.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
flags = enter_critical_section();
|
flags = enter_critical_section();
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* arch/arm/src/kinetis/kinetis_pwm.h
|
* arch/arm/src/kinetis/kinetis_pwm.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2013, 2016 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
* Alan Carvalho de Assis <acassis@gmail.com>
|
* Alan Carvalho de Assis <acassis@gmail.com>
|
||||||
* Ken Fazzone <kfazz01@gmail.com>
|
* Ken Fazzone <kfazz01@gmail.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user