Update main.c another typo

sim-fail-4
Alan Johnston 4 months ago committed by GitHub
parent 3942d0e181
commit 4def42b1b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1315,7 +1315,7 @@ void get_tlm_fox() {
// for (int frames = 0; frames < FRAME_CNT; frames++) // for (int frames = 0; frames < FRAME_CNT; frames++)
for (int frames = 0; frames < frameCnt; frames++) { for (int frames = 0; frames < frameCnt; frames++) {
if ((firstTime != ON) && (second_time != ON)) { if ((firstTime != ON) && (secondTime != ON)) {
// delay for sample period // delay for sample period
/**/ /**/

Loading…
Cancel
Save

Powered by TurnKey Linux.