Skip to content

Commit 7fb836f

Browse files
committed
Update picfix.md
1 parent c60202c commit 7fb836f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/misc/picfix.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ config:
1313
---
1414
flowchart LR
1515
subgraph s2["DSP"]
16-
n7["Process Data"]
17-
n8["ECC Data is bogus?"]
16+
n7["Process<br>Data"]
17+
n8["ECC Data<br>is bogus?"]
1818
n9["DSP Crashes"]
19-
n10["Continue with normal operation"]
20-
n11["Was the DSP sending a pulse to the laser?"]
19+
n10["Continue with<br>normal operation"]
20+
n11["Was the DSP<br>sending a pulse<br>to the laser?"]
2121
end
2222
subgraph s3["LASER"]
23-
n14["Pulse drive coils"]
23+
n14["Pulse driven<br>coils"]
2424
end
2525
n7 --> n8
2626
n8 -- YES --> n9
2727
n8 -- NO --> n10
2828
n9 --> n11
2929
n11 --> n12["YES"] & n13["NO"]
3030
n12 -- BURN! --> n14
31-
n13 -- "Non-repsonsive until console reset" --> s3
31+
n13 -- "Non-repsonsive</br>until console reset" --> s3
3232
s3 -- Read data from disc --> n7
3333
n8@{ shape: diam}
3434
n11@{ shape: diam}

0 commit comments

Comments
 (0)