Files
rtems/cpukit/dev
Michal Lenc e8de13e0c5 cpukit/dev/can/can-bittiming.c: remove calls to abs()
Using abs() on unsigned integers leads to GCC warning -Wabsolute-value.
This commit removes the calls to abs() and replaces them with ternary
conditional operator. This keeps the correct error calculation
previously ensured by abs() call.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-09-20 20:47:14 +02:00
..
2025-03-19 01:16:19 +00:00
2025-02-10 15:44:09 +00:00
2025-02-10 15:44:09 +00:00
2023-07-28 11:58:32 +02:00