FIXUP! fix diagrame parsing issue

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

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: start schedule N
A-->>T: connected A-->>T: connected
``` ```