srsRAN_4G
srsRAN_4G copied to clipboard
rf_blade: be explicit about 64-bit numbers in format strings
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.
I'm not sure why af4b958 is part of this PR, I didn't intend for it to be.