Skip to content

Commit

Permalink
fixHeader
Browse files Browse the repository at this point in the history
  • Loading branch information
MAnn223 committed Jul 3, 2024
1 parent c5a916c commit a9f8879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/menuItems/debugCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ void CLI_monitorIMU(void)


setupICM();
SF_OSAL_printf(__NL__ " ax \t ay \t az \t mx \t my \t mz \t gx \t gy \t gz" __NL__);
SF_OSAL_printf(__NL__ " ax \t ay \t az \t gx \t gy \t gz \t mx \t my \t mz" __NL__);
while(1)
{
if(kbhit())
Expand Down

0 comments on commit a9f8879

Please sign in to comment.