summaryrefslogtreecommitdiff
path: root/nuttx/configs/dk-tm4c129x/include/board.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-06 13:23:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-06 13:23:02 -0600
commitb03c4a2ef5784e3122571930d8b46c5a6ebeba56 (patch)
treed37050eb44d1270e35dfb2d352cd658fb079bbc0 /nuttx/configs/dk-tm4c129x/include/board.h
parent02dfd31669e7d0abd04d2a7826d45b035617bda9 (diff)
downloadnuttx-b03c4a2ef5784e3122571930d8b46c5a6ebeba56.tar.gz
nuttx-b03c4a2ef5784e3122571930d8b46c5a6ebeba56.tar.bz2
nuttx-b03c4a2ef5784e3122571930d8b46c5a6ebeba56.zip
DK-TM4C129X: Add logic to initialize the TMP-100 temperature sensor driver at startup
Diffstat (limited to 'nuttx/configs/dk-tm4c129x/include/board.h')
-rw-r--r--nuttx/configs/dk-tm4c129x/include/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/dk-tm4c129x/include/board.h b/nuttx/configs/dk-tm4c129x/include/board.h
index aacdda3b2..5efb3cc9a 100644
--- a/nuttx/configs/dk-tm4c129x/include/board.h
+++ b/nuttx/configs/dk-tm4c129x/include/board.h
@@ -273,7 +273,7 @@ void tiva_setleds(uint8_t ledset);
*
************************************************************************************/
-#if defined(CONFIG_I2C) && defined(CONFIG_I2C_LM75) && defined(CONFIG_STM32_I2C1)
+#if defined(CONFIG_I2C) && defined(CONFIG_I2C_LM75) && defined(CONFIG_TIVA_I2C6)
int tiva_tmp100_initialize(FAR const char *devpath);
#endif