updated copyright year and fixed comment whitespace.

This commit is contained in:
kfazz 2016-06-09 13:16:11 -04:00
parent 00c02fde62
commit 3cc843480b
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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>