| Date: | Tue Mar 28 19:58:18 2023 |
|---|---|
| PVS-Studio Version: | 7.23.69221.300 |
| Command Line: | plog-converter -a GA\:1,2,3 -t fullhtml --indicate-warnings build/f7-firmware-DC/pvsreport.log -o build/f7-firmware-DC/pvsreport |
| Total Warnings (GA): | 1 |
| Group | Location | Level | Code | Message |
|---|---|---|---|---|
| General Analysis | avr_isp_view_writer.c:71 | Low | V550 | An odd precise comparison: model->progress_flash == 0.0f. It's probably better to use a comparison with defined precision: fabs(A - B) < Epsilon. |