srsRAN_4G icon indicating copy to clipboard operation
srsRAN_4G copied to clipboard

rf_blade: be explicit about 64-bit numbers in format strings

Open fabianfreyer opened this issue 2 years ago • 2 comments
trafficstars

bladerf_frequency is a 64-bit number. Change format strings to use %llu (long long unsigned int) as per the code guide.

Fixes #1179.

fabianfreyer avatar Jun 07 '23 01:06 fabianfreyer

I'm not sure why af4b958 is part of this PR, I didn't intend for it to be.

fabianfreyer avatar Jul 11 '23 17:07 fabianfreyer