aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-10-19 14:02:45 +0300
committerAvi Levkovich <avi@twine-s.com>2020-10-19 14:02:45 +0300
commit1cdac5261f96f1d5e01d18cbd833744d67d42db7 (patch)
tree869bc7c2acb57773230cc29393b2c4d4e304c451 /Software/Embedded_SW/Embedded/Main.c
parent0249d98cb3d6c59714881eda9d3724b8b16e65fa (diff)
downloadTango-1cdac5261f96f1d5e01d18cbd833744d67d42db7.tar.gz
Tango-1cdac5261f96f1d5e01d18cbd833744d67d42db7.zip
exclude unused code + add define for EVB code
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index 8a66e89c8..1ea6358da 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -203,7 +203,7 @@ void SysTickHandler(void)
void Init_EVB()
{
-
+#ifdef EVALUATION_BOARD
InitPinOutPullUps();
#ifdef Stub_Mode
@@ -215,7 +215,7 @@ void Init_EVB()
SSI1_Init(); // Read dancer ENC SSI
#endif
-
+#endif
}
int main(void)