Test USART reading

This commit is contained in:
2024-08-27 00:38:12 +02:00
parent 42792bfdf8
commit 0f5a383f14
7 changed files with 94 additions and 81 deletions

View File

@@ -1,6 +1,7 @@
#ifndef MAD_COMMON_H
#define MAD_COMMON_H
#define BIT(n) (0x1U << (n))
#define UNUSED(s) (void)(s)
#include <stdlib.h>