Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-its committed Dec 1, 2024
1 parent 79fe79c commit bcea227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/canbus_udp_multicast/canbus_udp_multicast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ bool CanbusUdpMulticast::decode_can_frame(uint8_t *buffer, size_t len, struct ca
if (cmp_read_map(&cmp, &map_size)) {
int32_t num;

ESP_LOGV(TAG, "map_size: %ld", map_size);
ESP_LOGV(TAG, "map_size: %d", map_size);
char key[33];
for (n = 0; n < map_size; n++) {
uint32_t size = 32;
Expand Down

0 comments on commit bcea227

Please sign in to comment.