arch/arm/src/tiva: Fix more Tiva-related errors found in build testing.

This commit is contained in:
Gregory Nutt 2018-12-09 14:00:44 -06:00
parent 31cf8c67a0
commit 9d74e87167
4 changed files with 7 additions and 1 deletions

View File

@ -44,6 +44,7 @@
****************************************************************************/
#include <nuttx/config.h>
#include <arch/tiva/chip.h>
/****************************************************************************
* Pre-processor Definitions

View File

@ -44,6 +44,7 @@
****************************************************************************/
#include <nuttx/config.h>
#include <arch/tiva/chip.h>
/****************************************************************************
* Pre-processor Definitions

View File

@ -1,7 +1,8 @@
/****************************************************************************
* arch/arm/src/tiva/tiva_gpio.h
*
* Copyright (C) 2009-2010, 2013-2015, 2017 Gregory Nutt. All rights reserved.
* Copyright (C) 2009-2010, 2013-2015, 2017-2018 Gregory Nutt. All rights
* reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* With modifications from Calvin Maguranis <calvin.maguranis@trd2inc.com>
@ -48,6 +49,8 @@
#include <stdint.h>
#include <stdbool.h>
#include <nuttx/irq.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/

View File

@ -44,6 +44,7 @@
****************************************************************************/
#include <nuttx/config.h>
#include <arch/tiva/chip.h>
/****************************************************************************
* Pre-processor Definitions