Skip to content

Fix compiler warning when printing uint64_t

Alexandru Csete requested to merge csete/gr-satnogs:uint64_format into dev

These macros are necessary to ensure consistent formatting of 64-bit ints across 32 and 64 bit systems.

Merge request reports