Describe the bug
The line which actually disables the engine got mistakenly deleted in a recent PR. (Got swept up because it was grouped with the variable declarations with no whitespace between).
To Reproduce
Issue disable engine command, it does not actually disable
Expected behavior
Should disable the engine
Code snips
|
int i, j; |
|
CF_AppData.engine.enabled = 0; |
System observed on:
N/A
Reporter Info
Sergio Maldonado (@semaldona)
Describe the bug
The line which actually disables the engine got mistakenly deleted in a recent PR. (Got swept up because it was grouped with the variable declarations with no whitespace between).
To Reproduce
Issue disable engine command, it does not actually disable
Expected behavior
Should disable the engine
Code snips
CF/fsw/src/cf_cfdp.c
Lines 2287 to 2288 in ba10b0b
System observed on:
N/A
Reporter Info
Sergio Maldonado (@semaldona)