aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Drivers/Flash_Memory
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-10-09 10:33:57 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-10-09 10:33:57 +0300
commit67ca14bb9524cf610cc4c638f132cfca84bacbee (patch)
tree9fcc8140ab07822fb01136f8435b8a3904789b53 /Software/Embedded_SW/Embedded/Drivers/Flash_Memory
parentf46208a0f7ec63f5435842a8023a7d3e4e0730f7 (diff)
downloadTango-67ca14bb9524cf610cc4c638f132cfca84bacbee.tar.gz
Tango-67ca14bb9524cf610cc4c638f132cfca84bacbee.zip
Heaters PID
Diffstat (limited to 'Software/Embedded_SW/Embedded/Drivers/Flash_Memory')
-rw-r--r--Software/Embedded_SW/Embedded/Drivers/Flash_Memory/Flash_Memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Drivers/Flash_Memory/Flash_Memory.c b/Software/Embedded_SW/Embedded/Drivers/Flash_Memory/Flash_Memory.c
index 702ecafcc..2ffb3977f 100644
--- a/Software/Embedded_SW/Embedded/Drivers/Flash_Memory/Flash_Memory.c
+++ b/Software/Embedded_SW/Embedded/Drivers/Flash_Memory/Flash_Memory.c
@@ -403,7 +403,7 @@ int Init_Ext_Flash()
SYSCTL_CFG_VCO_480), 120000000);
// Display the setup on the console.
- writeLine("SSI3 To DK-TM4C129 FLASH TRANSFER");
+ //writeLine("SSI3 To DK-TM4C129 FLASH TRANSFER");
// The SSI3 peripheral must be enabled for use.
SysCtlPeripheralEnable(SYSCTL_PERIPH_SSI3);