diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-05-15 13:00:27 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-05-15 13:00:27 +0300 |
| commit | 3f6ff04da7c8c3fb2d41ee0d5f355d9bd449492a (patch) | |
| tree | 1e6eff8754e6505dba23ccb3f843b2306fa5ac5c /Software/Embedded_SW/Embedded/Main.c | |
| parent | b02af867ffd45e22dfadc083f0fe6b1f57cb139c (diff) | |
| download | Tango-3f6ff04da7c8c3fb2d41ee0d5f355d9bd449492a.tar.gz Tango-3f6ff04da7c8c3fb2d41ee0d5f355d9bd449492a.zip | |
FPGA beautifying. some control improvements
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c index f54b06669..a59167c61 100644 --- a/Software/Embedded_SW/Embedded/Main.c +++ b/Software/Embedded_SW/Embedded/Main.c @@ -130,7 +130,7 @@ Init_stubs(); //ROM_GPIOPinTypeGPIOOutput(GPIO_PORTN_BASE, GPIO_PIN_1); // Green LED ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_1, GPIO_PIN_1); //Turn ON - Init_FPGA(); + FPGA_Init(); //ROM_GPIOPinTypeGPIOOutput(GPIO_PORTQ_BASE, GPIO_PIN_7); // set PQ7 to output (Green LED) //ROM_GPIOPinTypeGPIOOutput(GPIO_PORTQ_BASE, GPIO_PIN_4); // set PQ4 to output (Blue LED) //ROM_GPIOPinTypeGPIOOutput(GPIO_PORTN_BASE, GPIO_PIN_5); // set PN5 to output (RED LED) |
