aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeeranna Hanchinal2018-09-11 09:12:32 -0500
committerVeeranna Hanchinal2018-09-11 09:12:32 -0500
commitd1a59a997baf3379029b98d91d695e388204d95b (patch)
treedc6e15814c3d615a70abad4d59b281fe032edfc3
parentb4b42a78c8d41c78cbe82b85a930843dd7792865 (diff)
downloadperformance-audio-os-master.tar.gz
performance-audio-os-master.tar.xz
performance-audio-os-master.zip
PRSDK-4429: This change required to put UART in non-EDMA modeHEADmaster
-rw-r--r--pa/sio/dcs7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pa/sio/dcs7/Makefile b/pa/sio/dcs7/Makefile
index 8755b37..fa59e44 100644
--- a/pa/sio/dcs7/Makefile
+++ b/pa/sio/dcs7/Makefile
@@ -69,7 +69,7 @@ DEFINES += -d"SOC_K2G"
69# Comment below define, for blocking UART transfer mode 69# Comment below define, for blocking UART transfer mode
70DEFINES += -d"UARTCALLBACK" 70DEFINES += -d"UARTCALLBACK"
71# Enable/Disable UART EDMA mode, UART will work on interrupt mode when disable 71# Enable/Disable UART EDMA mode, UART will work on interrupt mode when disable
72DEFINES += -d"DCS7_UART_EDMA_ENABLE" 72#DEFINES += -d"DCS7_UART_EDMA_ENABLE"
73# Enable/Disable log messages for DCS 73# Enable/Disable log messages for DCS
74DEFINES += -d"TRACE_ENABLE" 74DEFINES += -d"TRACE_ENABLE"
75#SPI config: Comment below define, for blocking SPI transfer mode 75#SPI config: Comment below define, for blocking SPI transfer mode