# HG changeset patch # User Malte Bayer # Date 1387627723 -3600 # Node ID a933d44a6edcb55a78a77f907e4c95e049a36ec1 # Parent 467e6351986ecb1f8217139cf860a1e1e090072e default to no fuel management in firmware diff -r 467e6351986e -r a933d44a6edc blackbox/main.c --- a/blackbox/main.c Wed Jun 26 11:37:23 2013 +0200 +++ b/blackbox/main.c Sat Dec 21 13:08:43 2013 +0100 @@ -95,7 +95,7 @@ volatile uint8_t program_parameter; volatile uint8_t datalen = 0; -char data[10]; // 8 bytes data buffer + string termination +//unused: char data[10]; // 8 bytes data buffer + string termination static char buffer[RS232_BUFSIZE+1]; static uint8_t buffer_len; @@ -658,7 +658,7 @@ { uint8_t packet_index = 1; - switches.fuel_enabled = 1; + switches.fuel_enabled = 0; switches.pitlane_finishline = 0; switches.liveinfo = 0;