Skip to content

Commit

Permalink
docs(bms-monitor): fix typo in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonidotpy authored Feb 6, 2024
1 parent 25a7ddb commit 4dec4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bms-monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Ltc6811Cfgr config[LTC_COUNT];
/* Set configuration data... */

// Encode command data
uint8_t out[LTC6811_READ_BUFFER_SIZE(LTC_COUNT)];
uint8_t out[LTC6811_WRITE_BUFFER_SIZE(LTC_COUNT)];
size_t byte_count = ltc6811_wrcfg_encode_broadcast(&chain, config, out);

// Send bytes
Expand Down

0 comments on commit 4dec4ec

Please sign in to comment.