nuttx/arch/arm
Paul A. Patience 20c611c12b 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.
2016-06-29 13:59:33 -04:00
..
include Added as an author 2016-06-17 12:38:17 -10:00
src STM32 CAN: Bitfield definitions should be unsigned 2016-06-29 13:59:33 -04:00
Kconfig TWIHS Driver improved and GPIO-Driver fixed for Open-Drain Pins 2016-06-24 10:33:51 -06:00