Changes between Version 1 and Version 2 of Ticket #393, comment 4
- Timestamp:
- 06/22/2026 12:05:33 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #393, comment 4
v1 v2 4 4 5 5 {{{ 6 declare abs_data_ptr ptr;7 8 declare 1 abs_data aligned based (abs_data_ptr),9 2 version fixed bin, /* Version = 1 */10 2 io_module_name char (32) varying, /* either "abs_io_" or "ec_input_" */11 ...12 declare abs_data_ptr ptr;13 14 6 declare 1 abs_data aligned based (abs_data_ptr), 15 7 2 version fixed bin, /* Version = 1 */
