SpaceWire (ECSS-E-ST-50-12C) and RMAP (ECSS-E-ST-50-52C)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fmt: dune-fmt sweep across docstrings and pattern matches

Cosmetic-only changes from a workspace-wide $(dune fmt) run that
were pending in the working tree across packages: docstring re-wraps
in several .mli files (rego, space-packet, spacewire, tcpcl), and
single-line collapses of trivial match arms in test files (atp,
ldpc, mst, pus, sse) and one xtce.ml site.

No behavioural changes.

+2 -2
+2 -2
lib/spacewire.mli
··· 357 357 (** Convert a status to its wire value. *) 358 358 359 359 val rmap_status_of_int : int -> rmap_status option 360 - (** [rmap_status_of_int n] converts a wire value to a status. Returns [None] 361 - for undefined codes. *) 360 + (** [rmap_status_of_int n] converts a wire value to a status. Returns [None] for 361 + undefined codes. *)