From 26d53cd274a2c011dc345c1b04fac178cabc1054 Mon Sep 17 00:00:00 2001 From: xross Date: Thu, 12 Oct 2017 15:50:58 +0100 Subject: [PATCH] Resolved issue with app_xua_simple playback - I2C port defs --- examples/app_xua_simple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/app_xua_simple/Makefile b/examples/app_xua_simple/Makefile index 66cf04f5..2c747be0 100644 --- a/examples/app_xua_simple/Makefile +++ b/examples/app_xua_simple/Makefile @@ -3,7 +3,7 @@ APP_NAME = app_xua_simple TARGET = xk-audio-216-mc.xn # The flags passed to xcc when building the application -XCC_FLAGS = -fcomment-asm -Xmapper --map -Xmapper MAPFILE -O3 -report -fsubword-select -save-temps -g -Wno-unused-function -Wno-timing -DXUD_SERIES_SUPPORT=XUD_X200_SERIES -DUSB_TILE=tile[1] +XCC_FLAGS = -fcomment-asm -Xmapper --map -Xmapper MAPFILE -O3 -report -fsubword-select -save-temps -g -Wno-unused-function -Wno-timing -DXUD_SERIES_SUPPORT=XUD_X200_SERIES -DUSB_TILE=tile[1] -DSDA_HIGH=2 -DSCL_HIGH=1 # The USED_MODULES variable lists other module used by the application. These # modules will extend the SOURCE_DIRS, INCLUDE_DIRS and LIB_DIRS variables.