Skip to content

Commit

Permalink
Add HOMF and HOMR to ASL0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed May 22, 2023
1 parent da52a41 commit e4d2f85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions motorApp/MotorSrc/motorRecord.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,14 @@ recordtype(motor) {
interest(1)
}
field(HOMF,DBF_SHORT) {
asl(ASL0)
prompt("Home Forward")
special(SPC_MOD)
pp(TRUE)
interest(1)
}
field(HOMR,DBF_SHORT) {
asl(ASL0)
prompt("Home Reverse")
special(SPC_MOD)
pp(TRUE)
Expand Down

0 comments on commit e4d2f85

Please sign in to comment.