Files
rtems/bsps/shared
Christian Mauderer 5115e6524f bsps/shared: Fix Coverity warning in MCP7940M
Fixes the following Coverity warning:

** CID 1539495:  Integer handling issues  (CONSTANT_EXPRESSION_RESULT)
/bsps/shared/dev/rtc/mcp7940m.c: 317 in mcp7940m_set_time()

Basically coverity warns that (buf[...] & 0x7) can't be bigger than 7.
Just remove the unnecessary comparison.
2023-08-03 07:18:37 +02:00
..
2023-05-20 11:05:26 +02:00
2023-07-28 17:18:07 +02:00
2021-05-06 16:44:38 -06:00
2023-05-26 06:56:11 +02:00
2022-12-23 13:06:42 -06:00