mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
tiva: tiva_periphrdy.h, tiva_pwm.h: Fix nxstyle warnings
arch/arm/src/tiva/tiva_periphrdy.h: * Fix nxstyle warnings. No functional changes. arch/arm/src/tiva/tiva_pwm.h: * Fix nxstyle warnings. No functional changes.
This commit is contained in:
parent
eacca2b7a2
commit
c8bb4474bb
2 changed files with 5 additions and 4 deletions
|
@ -49,6 +49,7 @@
|
|||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
||||
/* We determine if a peripheral is ready by testing a bit (b) in system control
|
||||
* register (a).
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/************************************************************************************
|
||||
/****************************************************************************
|
||||
* arch/arm/src/tiva/tiva_pwm.h
|
||||
*
|
||||
* Copyright (C) 2016 Young Mu. All rights reserved.
|
||||
|
@ -31,14 +31,14 @@
|
|||
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
************************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_TIVA_TIVA_PWM_H
|
||||
#define __ARCH_ARM_SRC_TIVA_TIVA_PWM_H
|
||||
|
||||
/************************************************************************************
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
************************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/timers/pwm.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue