reprap: Some more updates, also a Marlin binary to test
[simavr] / tests / tests.h
index 14e435b..1496b93 100644 (file)
@@ -28,6 +28,10 @@ void tests_assert_uart_receive(const char *elfname,
                               unsigned long run_usec,
                               const char *expected, // what we should get
                               char uart);
+void tests_assert_uart_receive_avr(avr_t *avr,
+                              unsigned long run_usec,
+                              const char *expected,
+                              char uart);                                 
 
 void tests_assert_cycles_at_least(unsigned long n);
 void tests_assert_cycles_at_most(unsigned long n);