Skip to content

Commit e1eb189

Browse files
committed
removing very unnecessary pyro comments
1 parent 12b30fa commit e1eb189

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

MIDAS/src/hardware/Pyro.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,25 +142,21 @@ PyroState Pyro::tick(PyroTickData& data) {
142142
return new_pyro_state;
143143
}
144144

145-
// Fire channel A.
146145
if(data.commands.should_fire_pyro_a) {
147146
new_pyro_state.channel_firing[0] = true;
148147
set_pyro_safety();
149148
}
150149

151-
// Fire channel B.
152150
if(data.commands.should_fire_pyro_b) {
153151
new_pyro_state.channel_firing[1] = true;
154152
set_pyro_safety();
155153
}
156154

157-
// Fire channel C.
158155
if(data.commands.should_fire_pyro_c) {
159156
new_pyro_state.channel_firing[2] = true;
160157
set_pyro_safety();
161158
}
162159

163-
// Fire channel D.
164160
if(data.commands.should_fire_pyro_d) {
165161
new_pyro_state.channel_firing[3] = true;
166162
set_pyro_safety();

0 commit comments

Comments
 (0)