Skip to content

Commit

Permalink
Increase size of option buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
qpernil committed Mar 19, 2024
1 parent dc4bb4c commit 613b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/logs.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ int main(void) {
size_t n_items = sizeof(logs) / sizeof(yh_log_entry);
yh_log_entry last_previous_log;
yh_log_entry *last_previous_log_ptr = &last_previous_log;
uint8_t option[128];
uint8_t option[256];
size_t option_len;

option[0] = YHC_SET_OPTION;
Expand Down

0 comments on commit 613b5cc

Please sign in to comment.