Skip to content

Commit

Permalink
Added SPI_NULL_BUFFER to error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryker-LabJack committed Nov 18, 2024
1 parent 6916c48 commit 5dc3694
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LabJack/LJM/ljm_constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -8468,6 +8468,11 @@
"string": "SPI_TRANSFER_SIZE_TOO_LARGE",
"description":"The specified TX buffer size is too large."
},
{
"error": 2712,
"string": "SPI_NULL_BUFFER",
"description":"SPI buffer has not been initialized, please set SPI_NUM_BYTES before running SPI_GO."
},
{
"error": 2720,
"string": "I2C_BUS_BUSY",
Expand Down

0 comments on commit 5dc3694

Please sign in to comment.