mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
updated copyright year and fixed comment whitespace.
This commit is contained in:
@@ -648,7 +648,7 @@ static int pwm_stop(FAR struct pwm_lowerhalf_s *dev)
|
||||
|
||||
/* Disable interrupts momentary to stop any ongoing timer processing and
|
||||
* to prevent any concurrent access to the reset register.
|
||||
*/
|
||||
*/
|
||||
|
||||
flags = enter_critical_section();
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/************************************************************************************
|
||||
* 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>
|
||||
* Alan Carvalho de Assis <acassis@gmail.com>
|
||||
* Ken Fazzone <kfazz01@gmail.com>
|
||||
|
||||
Reference in New Issue
Block a user