vrahane commented on PR #3389:
URL: https://github.com/apache/mynewt-core/pull/3389#issuecomment-2738557369

   @benmccrea  There is coding style failure on the CI:
   ```
   [FAIL] hw/drivers/sensors/lis2dh12/src/lis2dh12_shell.c
   @@ -175,3 +174,3 @@ lis2dh12_shell_cmd_read(int argc, char *
   -        console_printf("x:%ld ", (int32_t) (fx*1000.0f));
   -        console_printf("y:%ld ", (int32_t) 
(fy*[10](https://github.com/apache/mynewt-core/actions/runs/13952149693/job/39054196477?pr=3389#step:4:11)00.0f));
   -        console_printf("z:%ld\n", (int32_t) (fz*1000.0f));
   +        console_printf("x:%ld ", (int32_t) (fx * 1000.0f));
   +        console_printf("y:%ld ", (int32_t) (fy * 1000.0f));
   +        console_printf("z:%ld\n", (int32_t) (fz * 1000.0f));
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to