Skip to content

Commit

Permalink
upd: BlockInfo timer in flood mode now
Browse files Browse the repository at this point in the history
  • Loading branch information
GrKoR committed Jul 6, 2023
1 parent 2752b1d commit 3984364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CANLogic.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace CANLib
// request | timer:15000
// byte 1 + 7 { type[0] data[1..7] }
// Основная информация о блоке. См. "Системные параметры".
CANObject<uint8_t, 7> obj_block_info(0x0120, 15000, CAN_ERROR_DISABLED);
CANObject<uint8_t, 7> obj_block_info(0x0120, 15000, CAN_ERROR_DISABLED, true);

// 0x0121 BlockHealth
// request | event
Expand Down

0 comments on commit 3984364

Please sign in to comment.