mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-05-19 07:15:15 -04:00
Fix Efergy fprintf
This commit is contained in:
@@ -76,7 +76,7 @@ static int efergy_optical_callback(r_device *decoder, bitbuffer_t *bitbuffer)
|
||||
|
||||
if (crc != csum1) {
|
||||
if (decoder->verbose)
|
||||
fprintf(stderr, "%s: CRC error.\n");
|
||||
fprintf(stderr, "%s: CRC error.\n", __func__);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user