nuttx-apps/canutils/libobd2
Eero Nurkkala 2f44643704 canutils: odb_decodepid: fix two debug prints
Fix the following printfs, as reported by cppcheck:

canutils/libobd2/obd_decodepid.c:85:9: error: printf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
        printf("Supported PIDs: %08X\n");
        ^
canutils/libobd2/obd_decodepid.c:114:9: error: printf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
        printf("Throttle position = %d\% \n", (100 * dev->data[3])/255);
        ^

Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
2021-12-28 02:48:34 -06:00
..
Kconfig apps/canutils/libobd2: Add libobd2 for NuttX 2017-10-28 13:33:30 -06:00
Make.defs Makefile: Alan Carvalho de Assis: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefile: Alan Carvalho de Assis: update licenses to Apache 2021-06-07 21:35:33 -05:00
obd2.c canutils: fix relative path CI error 2021-06-16 09:03:06 -05:00
obd_decodepid.c canutils: odb_decodepid: fix two debug prints 2021-12-28 02:48:34 -06:00
obd_sendrequest.c canutils: fix relative path CI error 2021-06-16 09:03:06 -05:00
obd_waitresponse.c canutils: fix relative path CI error 2021-06-16 09:03:06 -05:00