Skip to content

Commit

Permalink
Merge pull request #1 from jerzyjamroz/db-vme300-dev
Browse files Browse the repository at this point in the history
fix: db-vme300-dev branch
  • Loading branch information
hongran committed Sep 12, 2024
2 parents 0c3898f + 6ddc071 commit 8167692
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion evgMrmApp/Db/evgDbus.db
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ record(mbbo, "$(P)Src2-Sel") {
field(PINI, "YES")
field(VAL, "0")
field(ZRST, "Off")
field(ONST, "FrontInp2")
field(ONST, "Front2")
field(TWST, "Rear0")
field(ZRVL, "0")
field(ONVL, "1")
Expand Down
12 changes: 6 additions & 6 deletions evgMrmApp/Db/evgMrm.db
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ record(mbbo, "$(P)PpsInp1-Sel") {
field(UDF, "0")
field(VAL, "0")
field(ZRST, "None")
field(ONST, "UnivInp11")
field(TWST, "UnivInp12")
field(THST, "UnivInp13")
field(FRST, "UnivInp14")
field(FVST, "UnivInp15")
field(ONST, "Univ11")
field(TWST, "Univ12")
field(THST, "Univ13")
field(FRST, "Univ14")
field(FVST, "Univ15")
field(SXST, "EPICS Scan")
field(SVST, "RearInp0")
field(SVST, "Rear0")
field(ZRVL, "0x0")
field(ONVL, "0x1")
field(TWVL, "0x2")
Expand Down
2 changes: 1 addition & 1 deletion evgMrmApp/src/evgInit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static const evgMrm::Config conf_mtca_evm_300 = {
"mTCA-EVM-300",
3,
16,
0,
16,
};

static bool
Expand Down

0 comments on commit 8167692

Please sign in to comment.