Skip to content
Snippets Groups Projects
Commit ef96e3f4 authored by Pascal Pieper's avatar Pascal Pieper
Browse files

moar info

parent eac5bdee
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ public:
size_t size;
size = backtrace (array, 20);
printf ("Powerloss stack:\n");
printf ("\nPowerloss %lu stack:\n", powerlosses);
for (uint16_t i = 0; i < size; i++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment