]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - avr/motor_ctrl/main.c
set tle error flags high
[ros_wild_thumper.git] / avr / motor_ctrl / main.c
index 9ca7b851471a5ee375434e817a5a1c817b814202..83022cb6785bc39f87aefd9525d8bbdf37b7ba30 100644 (file)
@@ -895,6 +895,9 @@ int main(void) {
        DDRB = (1 << 3);
        DDRC = (1 << 7) | (1 << 6) | (1 << 5) | (1 << 4) | (1 << 3) | (1 << 2);
        DDRD = (1 << 7) | (1 << 5) | (1 << 4) | (1 << 3) | (1 << 2);
+       // Pullup TLEs EF
+       PORTB = (1 << 0) | (1 << 1) | (1 << 2);
+       PORTD = (1 << 6);
 
        bootloader = 0x00;
        setup_uart(9600);