From 9fd36443b43c92bacc594ff4c9c1cce08d49a6e0 Mon Sep 17 00:00:00 2001 From: marcoveeneman Date: Sat, 8 Oct 2016 22:03:56 +0200 Subject: Updated i2c_lld to use TivaWare. --- os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h | 1 + 1 file changed, 1 insertion(+) (limited to 'os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h') diff --git a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h index bacd786..a8f02e2 100644 --- a/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h +++ b/os/common/startup/ARMCMx/devices/TM4C123x/cmparams.h @@ -109,6 +109,7 @@ typedef int IRQn_Type; #include "inc/hw_gpio.h" #include "inc/hw_uart.h" #include "inc/hw_timer.h" +#include "inc/hw_i2c.h" #if CORTEX_NUM_VECTORS != ((((NUM_INTERRUPTS - 16) + 7) / 8) * 8) #error "TivaWare NUM_INTERRUPTS mismatch" -- cgit v1.2.3