FIXUP! fix diagrame parsing issue

This commit is contained in:
Hosam-Eldin.mostafa 2025-10-20 20:43:55 +02:00
parent ffe3f7afe3
commit 030a813177

View File

@ -39,7 +39,8 @@ sequenceDiagram
participant D as BabyLIN_library (BLC_*)
T->>L: connect()
L->>D: BLC_getBabyLinPorts(); BLC_openPort(port)
L->>D: BLC_getBabyLinPorts()
L->>D: BLC_openPort(port)
D-->>L: handle/ok
T->>L: send(frame)
@ -49,7 +50,7 @@ sequenceDiagram
T->>L: receive(timeout)
L->>D: BLC_getNextFrameTimeout(channelHandle, timeout_ms)
D-->>L: code, frame
L->>L: convert BLC_FRAME LinFrame
L->>L: convert BLC_FRAME to LinFrame
L-->>T: LinFrame or None
T->>L: disconnect()