summaryrefslogtreecommitdiff
path: root/digital/io/src/trace.trc
blob: 34be1c12b741df5143254e7664e63c2a92e969cd (plain)
1
2
3
4
5
6
EVENT asserv__retransmit seq 1 "Asserv[0x%02x]: retransmiting."
EVENT asserv__send seq 1 cmd 1 "Asserv[0x%02x]: sending: !%c."
EVENT asserv__last_status_ack seq 1 status 1 "Asserv[0x%02x]: status: %x."
EVENT main_timer__late "MainTimer: we are late."
EVENT fsm__handle_event from 1 event 1 to 1 "FSM: %i =%i=> %i."
EVENT move__go_to xs 2 ys 2 as 2 xd 2 yd 2 ad 2 "Move: (%d, %d, %x) -> (%d, %d, %x)."