diff --git a/User/device/referee.c b/User/device/referee.c index fb3b8b8..43e41a0 100644 --- a/User/device/referee.c +++ b/User/device/referee.c @@ -6,13 +6,13 @@ #include "device.h" #include -//#include "bsp\delay.h" -#include "bsp\uart.h" -#include "component\crc16.h" -#include "component\crc8.h" -#include "component\user_math.h" -#include "device\referee.h" -// #include "module\cmd\cmd.h" +//#include "bsp/delay.h" +#include "bsp/uart.h" +#include "component/crc16.h" +#include "component/crc8.h" +#include "component/user_math.h" +#include "device/referee.h" +// #include "module/cmd/cmd.h" /* Private define ----------------------------------------------------------- */ #define REF_HEADER_SOF (0xA5) diff --git a/User/device/referee.h b/User/device/referee.h index a771bb5..0e484f6 100644 --- a/User/device/referee.h +++ b/User/device/referee.h @@ -11,14 +11,14 @@ extern "C" { /* Includes ----------------------------------------------------------------- */ #include #include -#include "component\ui.h" -#include "component\user_math.h" -#include "device\device.h" -#include "device\referee_proto_types.h" -#include "device\supercap.h" -#include "module\balance_chassis.h" -#include "module\gimbal.h" -#include "module\shoot.h" +#include "component/ui.h" +#include "component/user_math.h" +#include "device/device.h" +#include "device/referee_proto_types.h" +#include "device/supercap.h" +#include "module/balance_chassis.h" +#include "module/gimbal.h" +#include "module/shoot.h" /* Exported constants ------------------------------------------------------- */ /* Exported macro ----------------------------------------------------------- */