Skip to content

Commit 269bb6a

Browse files
author
sjarman28
authored
Rename EF_PRESCALE_VALUE_INVALID (#32)
* Renamed EF_PRESCALE_VALUE_INVALID to EF_DIVISOR_VALUE_INVALID. * Added "formerly named" to EF_DIVISOR_VALUE_INVALID description
1 parent b5c63b4 commit 269bb6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

LabJack/LJM/ljm_constants.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8080,8 +8080,8 @@
80808080
},
80818081
{
80828082
"error": 2559,
8083-
"string": "EF_PRESCALE_VALUE_INVALID",
8084-
"description": "The specified prescale value is not supported. Supported values are 1,2,4,8,16,32,64, and 256"
8083+
"string": "EF_DIVISOR_VALUE_INVALID",
8084+
"description": "The specified divisor value is not supported. Supported values are: 1,2,4,8,16,32,64,256. This code was formerly named EF_PRESCALE_VALUE_INVALID"
80858085
},
80868086
{
80878087
"error": 2560,
@@ -9049,6 +9049,7 @@
90499049
"2023.10.18.A Updated T8 minimum firmware values.",
90509050
"2023.12.07.A Removed duplicated altnames from AIN_BINARY.",
90519051
"2024.01.23.A Gave DIO_EF_OPTIONS an altname of DIO_EF_CLOCK_SOURCE",
9052+
"2024.01.29.A Renamed EF_PRESCALE_VALUE_INVALID to EF_DIVISOR_VALUE_INVALID.",
90529053
"See https://github.com/labjack/ljm_constants for further comments.",
90539054
"End Of Comments"
90549055
]

0 commit comments

Comments
 (0)