On 06/10/15 15:26, Nicolas Morey-Chaisemartin wrote:

On 06/10/2015 02:20 PM, Maxim Uvarov wrote:
On 06/10/15 15:06, Nicolas Morey-Chaisemartin wrote:
               /* Not the expected expiration tick, timer has
                * been reset or cancelled or freed */
-            EXAMPLE_ABORT("Unexpected timeout received (timer %x, tick 
%"PRIu64")\n",
-                      ttp->tim, tick);
+            EXAMPLE_ABORT("Unexpected timeout received (timer %" PRIx32
+                      ", tick %" PRIu64 ")\n", ttp->tim, tick);
I meant like this:

+            EXAMPLE_ABORT("Unexpected timeout received (timer %" PRIx32 ",
+                      tick %" PRIu64 ")\n", ttp->tim, tick);


You want to add a new line in the middle of the string itself?
No, I just wanted to have %" PRIx32 " on the same line.

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to