Commit a5dd40d0 authored by Alessandro Rubini's avatar Alessandro Rubini

ppsi monitor: change print64 prototype to prevent a warning

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent cc160550
......@@ -36,7 +36,7 @@ struct pp_instance *ppi = &ppi_static;
static void wrc_mon_std_servo(void);
#define PRINT64_FACTOR 1000000000LL
char* print64(unsigned long long x)
char* print64(uint64_t x)
{
uint32_t h_half, l_half;
static char buf[2*10+1]; //2x 32-bit value + \0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment