Update main.h add sensor_setup and loop declarations

sim-fail-6
Alan Johnston 4 months ago committed by GitHub
parent 943a979f74
commit 077b1cff5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -241,6 +241,8 @@ int groundCommandCount = 0;
int m_ileaver_index; /* Byte counter for interleaver */ int m_ileaver_index; /* Byte counter for interleaver */
unsigned char m_conv_sr; /* Convolutional encoder shift register state */ unsigned char m_conv_sr; /* Convolutional encoder shift register state */
void sensor_setup(); // defined in sensor_extension.c
void sensor_loop(); // defined in sensor_extension.c
// from funcubeLib/common/fecConstants.h // from funcubeLib/common/fecConstants.h

Loading…
Cancel
Save

Powered by TurnKey Linux.