You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/29 13:10:53 UTC

[incubator-nuttx] 02/08: tiva/cc13x0: fix error 'TIVA_GPIO_BASE' undeclared

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit d2a262672c3219c7dedfec84001009d06059bbd1
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Wed Apr 29 11:17:48 2020 +0800

    tiva/cc13x0: fix error 'TIVA_GPIO_BASE' undeclared
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h
index 747bbe1..f3b4eae 100644
--- a/arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h
+++ b/arch/arm/src/tiva/hardware/cc13x0/cc13x0_gpio.h
@@ -46,6 +46,7 @@
  ************************************************************************************/
 
 #include <nuttx/config.h>
+#include "hardware/tiva_memorymap.h"
 
 /************************************************************************************
  * Pre-processor Definitions