Skip to content
Snippets Groups Projects
Commit 4c4a0c87 authored by Jean-Benoist Leger's avatar Jean-Benoist Leger
Browse files

update wait time

parent 0e2074b6
No related branches found
Tags v1.7
No related merge requests found
......@@ -125,7 +125,7 @@ void serial_get(const char* msg)
void messages_ten_hertz_tick()
{
talk_counter++;
if(talk_counter == 30)
if(talk_counter == 50)
{
talk_counter = 0;
talk_to_bus();
......
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