tests: fix test programs using old uart API
[aversive.git] / modules / devices / brushless_motors / brushless_3phase_digital_hall / test / main.c
index 5e5cc9a..d804908 100644 (file)
@@ -111,7 +111,7 @@ int main(void)
 
 
        uart_init();
-       fdevopen((void *)uart0_send,NULL,0);
+       fdevopen((void *)uart0_dev_send, NULL,0);
 
        printf_P(PSTR("\nbonjour\n"));
        sei();