Don't insert date in generated motor configuration file.

This commit is contained in:
Ferdi Franceschini
2014-02-02 17:31:56 +11:00
parent 3522f409db
commit 4f65f5281f

View File

@@ -52,7 +52,7 @@ proc parse_file {fname fhr fhe} {
proc mk_cfg_header {fhmc} {
puts $fhmc "#### SICS motor driver configuration ####"
puts $fhmc "# Generated by: $::argv0 $::argv"
puts $fhmc "# Date: [clock format [clock seconds] -format %Y-%m-%dT%H:%M:%S]"
# puts $fhmc "# Date: [clock format [clock seconds] -format %Y-%m-%dT%H:%M:%S]"
puts $fhmc "# Generated from the following files,"
foreach f $::file_list {
incr fcntr