FIXUP! fix diagrame parsing issue

This commit is contained in:
Hosam-Eldin.mostafa 2025-10-20 20:41:32 +02:00
parent 74e5f84239
commit 16fc92cacd

View File

@ -25,7 +25,7 @@ sequenceDiagram
A->>BL: BLC_openPort(port0) A->>BL: BLC_openPort(port0)
A->>BL: BLC_loadSDF(handle, sdf_path, 1) A->>BL: BLC_loadSDF(handle, sdf_path, 1)
A->>BL: BLC_getChannelHandle(handle, channelIndex) A->>BL: BLC_getChannelHandle(handle, channelIndex)
A->>BL: BLC_sendCommand(channel, "start schedule N;") A->>BL: BLC_sendCommand(channel, 'start schedule N;')
A-->>T: connected A-->>T: connected
``` ```