mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
添加基本版的裁判系统接收referee.c模块
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -49,3 +49,6 @@ Mkfile.old
|
|||||||
dkms.conf
|
dkms.conf
|
||||||
build
|
build
|
||||||
./idea
|
./idea
|
||||||
|
.cortex-debug.peripherals.state.json
|
||||||
|
.cortex-debug.registers.state.json
|
||||||
|
settings.json
|
||||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -4,5 +4,5 @@
|
|||||||
"stdint-gcc.h": "c",
|
"stdint-gcc.h": "c",
|
||||||
"led_task.h": "c",
|
"led_task.h": "c",
|
||||||
"stdinf.h": "c"
|
"stdinf.h": "c"
|
||||||
},,
|
},
|
||||||
}
|
}
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
#ifndef STRUCT_TYPEDEF_H
|
|
||||||
#define STRUCT_TYPEDEF_H
|
|
||||||
|
|
||||||
typedef signed char int8_t;
|
|
||||||
typedef signed short int int16_t;
|
|
||||||
|
|
||||||
#ifndef _INT32_T_DECLARED
|
|
||||||
typedef signed int int32_t;
|
|
||||||
#define _INT32_T_DECLARED
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef signed long long int64_t;
|
|
||||||
|
|
||||||
/* exact-width unsigned integer types */
|
|
||||||
typedef unsigned char uint8_t;
|
|
||||||
typedef unsigned short int uint16_t;
|
|
||||||
|
|
||||||
#ifndef _UINT32_T_DECLARED
|
|
||||||
typedef unsigned int uint32_t;
|
|
||||||
#define _UINT32_T_DECLARED
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef unsigned long long uint64_t;
|
|
||||||
typedef unsigned char bool_t;
|
|
||||||
typedef float float;
|
|
||||||
typedef double fp64;
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user