diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-10-19 14:02:45 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-10-19 14:02:45 +0300 |
| commit | 1cdac5261f96f1d5e01d18cbd833744d67d42db7 (patch) | |
| tree | 869bc7c2acb57773230cc29393b2c4d4e304c451 /Software/Embedded_SW/Embedded/Main.c | |
| parent | 0249d98cb3d6c59714881eda9d3724b8b16e65fa (diff) | |
| download | Tango-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.c | 4 |
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) |
