pico-sdk/src/host/hardware_divider
Jonathan Reichelt Gjertsen 596d08ea62
Add missing cast to uint32_t in hw_divider_u32_quotient for host (#436)
Fixes the following warning:

```
[...]/pico-sdk/src/host/hardware_divider/include/hardware/divider.h:81:26: warning: operand of ?: changes signedness from 'int' to 'uint32_t' {aka 'unsigned int'} due to unsignedness of other operand [-Wsign-compare]
     return b ? (a / b) : -1;
                          ^~
```
2021-05-23 08:21:09 -05:00
..
include/hardware Add missing cast to uint32_t in hw_divider_u32_quotient for host (#436) 2021-05-23 08:21:09 -05:00
CMakeLists.txt Initial Release 2021-01-20 10:44:27 -06:00
divider.c Initial Release 2021-01-20 10:44:27 -06:00