update template

use waveform as long string
use app. name in header and macro name
This commit is contained in:
Michael Davidsaver
2015-06-01 19:19:24 -04:00
parent 1240f09797
commit 7fd4ac5a67
6 changed files with 67 additions and 54 deletions
@@ -1,5 +1,7 @@
record(stringin, "$(user):version") {
field(DTYP, "My Version")
record(waveform, "$(user):version") {
field(DTYP, "Module Version")
field(DESC, "Module version")
field(FTVL, "CHAR")
field(NELM, "$(NELM=200)")
field(PINI, "YES")
}