Skip to content
Commit 20c611c1 authored by Paul A. Patience's avatar Paul A. Patience
Browse files

STM32 CAN: Bitfield definitions should be unsigned

Shifting 1 by 31 is undefined behaviour because 1 is signed.
We should probably use 1ul instead of 1 everywhere else,
but for now this silences a compiler warning.
parent 52a4a20e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment