fix commit

This commit is contained in:
2024-09-23 18:46:32 +08:00
commit 28a92dbd27
71 changed files with 63320 additions and 0 deletions

11
inc/peripheral.h Normal file
View File

@@ -0,0 +1,11 @@
//
// Created by yelv1 on 24-9-22.
//
#ifndef PERIPHERAL_H
#define PERIPHERAL_H
void usart_config(void);
void led_blink_config(void);
#endif //PERIPHERAL_H