Files
qmk_firmware/platforms/chibios/drivers/i2c_master.c
Stefan Kerkmann 157ea96411 ChibiOS: use correct status codes in i2c_master.c (#17808)
msg_t is MSG_OK in the success case and either MSG_RESET or MSG_TIMEOUT
in case of errors. So actually use them in the comparison.
2022-07-28 02:02:10 +01:00

7.4 KiB