![]() |
libbladeRF 2.4.1-MacPorts-20211028-5a146b2a
Nuand bladeRF library
|
printf()
with a bladerf_frequency or bladerf_timestamp currently require knowing that they are actually uint64_t
, e.g. printf("the frequency is %" PRIu64 " Hz\n", freq);
.