Skip to content

Commit

Permalink
[nasa/nos3#381] Not fully working, but started. Issue launching sims …
Browse files Browse the repository at this point in the history
…and checkout
  • Loading branch information
kevincbruce committed Dec 18, 2024
1 parent b4b9b9f commit a5f2c00
Show file tree
Hide file tree
Showing 46 changed files with 7,014 additions and 10 deletions.
2 changes: 1 addition & 1 deletion fsw/shared/generic_reaction_wheel_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int32_t SetRWTorque( uint8_t wheel_num, double torque )
} else {
/* Read the reply */
uint8_t DataBuffer[1024];
int32 DataLen;
int32_t DataLen;
/* check how many bytes are waiting on the uart */
DataLen = uart_bytes_available(&RW_UART[wheel_num]);
if (DataLen > 0)
Expand Down
Loading

0 comments on commit a5f2c00

Please sign in to comment.