Commit 75515946 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

little cleanup, removing dummy function in wrc_main

parent 6c66cf95
......@@ -246,11 +246,6 @@ void wrc_handle_input()
}
}
int dupa(int a)
{
return a;
}
extern volatile int irq_cnt;
int main(void)
......@@ -271,7 +266,6 @@ int main(void)
if(wrc_gui_mode)
wrc_mon_gui();
// printf("irq_cnt %d sp %x\n", dupa(irq_cnt), _get_sp());
/* if(button_pressed())
{
enable_tracking = 1-enable_tracking;
......
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