From 47e72d65a982563aebc1bba990640b119b3c18d8 Mon Sep 17 00:00:00 2001 From: smathis Date: Mon, 12 May 2025 17:04:09 +0200 Subject: [PATCH] Fixed small inaccuracy in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d59f99f..a6cf3d1 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ setMaxSubsequentTimeouts("$(DRIVER_PORT)", 20); setThresholdComTimeout("$(DRIVER_PORT)", 300, 10); # Parametrize the EPICS record database with the substitution file named after the MCU. -epicsEnvSet("SINQDBPATH","$(sinqMotor_DB)/sinqMotor.db") +epicsEnvSet("SINQDBPATH","$(turboPmac_DB)/sinqMotor.db") dbLoadTemplate("$(TOP)/$(DRIVER_PORT).substitutions", "INSTR=$(INSTR)$(DRIVER_PORT):,CONTROLLER=$(DRIVER_PORT)") epicsEnvSet("SINQDBPATH","$(turboPmac_DB)/turboPmac.db") dbLoadTemplate("$(TOP)/$(DRIVER_PORT).substitutions", "INSTR=$(INSTR)$(DRIVER_PORT):,CONTROLLER=$(DRIVER_PORT)") -dbLoadRecords("$(sinqMotor_DB)/asynRecord.db","P=$(INSTR)$(DRIVER_PORT),PORT=$(IP_PORT)") +dbLoadRecords("$(turboPmac_DB)/asynRecord.db","P=$(INSTR)$(DRIVER_PORT),PORT=$(IP_PORT)") ``` ### Additional records