Skip to content

Commit 7331a67

Browse files
authored
Merge branch 'master' into eliza/psc-seq-ereport
2 parents 90af08f + 69d3793 commit 7331a67

File tree

4 files changed

+260
-172
lines changed

4 files changed

+260
-172
lines changed

idl/packrat.idol

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ Interface(
5454
reply: Simple("()"),
5555
idempotent: true,
5656
),
57+
"remove_spd": (
58+
doc: "Mark an SPD as absent",
59+
args: {
60+
"index": "u8",
61+
},
62+
reply: Simple("()"),
63+
idempotent: true,
64+
),
5765
"set_spd_eeprom": (
5866
doc: "Record SPD EEPROM data",
5967
args: {

0 commit comments

Comments
 (0)