fix include file name err

This commit is contained in:
2024-09-23 21:45:38 +08:00
parent e26e1079d5
commit 8abd25d7fa
3 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
// Created by dell on 24-9-23.
//
#ifndef USONIC_DRIVER_H
#define USONIC_DRIVER_H
#ifndef ULTRASONIC_DRIVER_H
#define ULTRASONIC_DRIVER_H
#include "gd32e23x.h"
@@ -35,4 +35,4 @@ void ultrasonic_config(void);
void ultrasonic_peripheral_config(void);
void ultrasonic_pwm_out_cycles(uint8_t cycles);
#endif //USONIC_DRIVER_H
#endif //ULTRASONIC_DRIVER_H