Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Mar 24, 2024
1 parent de800f7 commit f990f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfmux/include/dfmux/Housekeeping.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class HkModuleInfo : public G3FrameObject
nuller_gain(-1), demod_gain(-1), carrier_railed(false), nuller_railed(false),
demod_railed(false), squid_flux_bias(NAN), squid_current_bias(NAN),
squid_stage1_offset(NAN), squid_p2p(NAN), squid_transimpedance(NAN),
nco_frequency (NAN) {}
nco_frequency(NAN) {}

int32_t module_number; // 1-indexed

Expand Down

0 comments on commit f990f6a

Please sign in to comment.