Skip to content

Commit

Permalink
Add GET_FW_VERSION comment to command table
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Sep 17, 2023
1 parent 938d1e4 commit 73a1b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ command_func_t* const cmd_table[NUM_PRIMARY_CMDS + 1][NUM_SECONDARY_CMDS_MAX + 1
{ // 11 COMMON
// 0 1 GET_CTMU_VOLTAGE 2 GET_CAPACITANCE 3 GET_FREQUENCY
Undefined, MULTIMETER_GetCTMUVolts, MULTIMETER_GetCapacitance, Unimplemented,
// 4 GET_INDUCTANCE 5 GET_VERSION 6 7
// 4 GET_INDUCTANCE 5 GET_VERSION 6 GET_FW_VERSION 7
Unimplemented, DEVICE_GetVersion, DEVICE_get_fw_version, Undefined,
// 8 RETRIEVE_BUFFER 9 GET_HIGH_FREQUENCY 10 CLEAR_BUFFER 11 SET_RGB1
BUFFER_Retrieve, Unimplemented, BUFFER_Clear, Removed,
Expand Down

0 comments on commit 73a1b6d

Please sign in to comment.