circuitpython/shared-module
Jeff Epler d2361ae4f9
Avoid an undefined shift
(1 << 32), an operation on a signed 32-bit int, is undefined in C. The
operation on the unsigned int (1u<<32) is defined as zero, which is
the desired outcome (subtracting 1 yields the value with all bits set)

This problem was detected by clang scan-build static analysis
2023-01-01 16:45:35 -06:00
..
2021-11-10 10:55:53 -06:00
2022-11-30 19:16:20 -06:00
2021-10-15 08:20:54 -05:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2023-01-01 16:45:35 -06:00
2022-01-17 16:34:47 -06:00
2021-10-15 08:20:54 -05:00
2021-10-15 08:20:54 -05:00
2022-04-05 14:50:30 -05:00
2022-05-27 12:59:54 -07:00
2022-12-28 13:24:38 -06:00
2022-02-10 17:14:07 -08:00
2021-12-08 21:03:06 -06:00
2021-12-11 23:07:21 +05:30
2022-10-13 09:53:33 +05:30
2022-05-27 12:59:54 -07:00
2021-11-10 10:55:53 -06:00
2022-03-11 10:51:50 -08:00
2022-11-30 12:06:19 -06:00
2022-05-27 12:59:54 -07:00
2022-03-23 17:02:58 -05:00