UART Helper adding, compile issue

This commit is contained in:
paul nehlich
2024-10-01 11:26:02 +02:00
parent b5ce16e3f9
commit 1d438f46ba
3 changed files with 41 additions and 7 deletions

View File

@@ -6,6 +6,7 @@
#include "FreeRTOS.h"
#include "semphr.h"
#include "task.h"
#include "uart_rust_helper.h"
void rust_main();
@@ -32,7 +33,11 @@ void test_hardware() {
void done();
void init_task(void *) {
// printf("Starting Mission\n");
printf("Starting UART polled Test\n");
uart_polled_test();
printf("Starting Hardware Test\n");
test_hardware();