demo: unsigned printf

parent e3601b11
......@@ -143,7 +143,7 @@ void diff()
rts0 = tdc->RAW0;
rts1 = tdc->RAW1;
#ifdef CSV
printf("%d,%d,%d,%d,%d,%d\n", pol0, rts0, ts0, pol1, rts1, ts1);
printf("%u,%u,%u,%u,%u,%u\n", pol0, rts0, ts0, pol1, rts1, ts1);
#else
diff = ts0 - ts1;
if(diff < 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