Skip to content
Snippets Groups Projects
Commit 79ffe008 authored by Carlo Guarnieri Calo' Carducci's avatar Carlo Guarnieri Calo' Carducci
Browse files

repo: remove hospital debug printf

parent c3bd6c7a
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,6 @@ void entity_main_tasks(void* arg)
// Check power source
entity.power_source = gpio_get_level(PIN_SRC);
printf("Source\t%d\n",entity.power_source);
if (entity.power_source == 0)
ups_seq = ups_seq_neg;
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment