aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson2018-03-01 14:13:10 -0600
committerSam Nelson2018-03-01 19:55:49 -0600
commitaf5cf496322467d9f7786368ac3e6f2062c3ea78 (patch)
treea4bd8466c1dd4f334ad09d7c626f19790ca5757e
parent4286c77a2a4f31fa9a1fe16fc54b85e6d6600be2 (diff)
downloadrtos-template-app-af5cf496322467d9f7786368ac3e6f2062c3ea78.tar.gz
rtos-template-app-af5cf496322467d9f7786368ac3e6f2062c3ea78.tar.xz
rtos-template-app-af5cf496322467d9f7786368ac3e6f2062c3ea78.zip
app.c: Update to remove duplicated defines
Already defined in app.h Signed-off-by: Sam Nelson <sam.nelson@ti.com>
-rw-r--r--am437x/evmAM437x/A9/template_app/app.c3
-rw-r--r--am572x/evmAM572X/A15/template_app/app.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/am437x/evmAM437x/A9/template_app/app.c b/am437x/evmAM437x/A9/template_app/app.c
index 2451de5..9b0ec65 100644
--- a/am437x/evmAM437x/A9/template_app/app.c
+++ b/am437x/evmAM437x/A9/template_app/app.c
@@ -52,9 +52,6 @@
52/* Local template app header file */ 52/* Local template app header file */
53#include "app.h" 53#include "app.h"
54 54
55/* External functions */
56extern void GPIOApp_UpdateBoardInfo(void);
57
58/********************************************************************** 55/**********************************************************************
59 ************************** Function prototypes *********************** 56 ************************** Function prototypes ***********************
60 **********************************************************************/ 57 **********************************************************************/
diff --git a/am572x/evmAM572X/A15/template_app/app.c b/am572x/evmAM572X/A15/template_app/app.c
index 82e819b..dc2cc8c 100644
--- a/am572x/evmAM572X/A15/template_app/app.c
+++ b/am572x/evmAM572X/A15/template_app/app.c
@@ -52,9 +52,6 @@
52/* Local template app header file */ 52/* Local template app header file */
53#include "app.h" 53#include "app.h"
54 54
55/* External functions */
56extern void GPIOApp_UpdateBoardInfo(void);
57
58/********************************************************************** 55/**********************************************************************
59 ************************** Function prototypes *********************** 56 ************************** Function prototypes ***********************
60 **********************************************************************/ 57 **********************************************************************/