mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
修复编译速度慢的问题
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "main.h"
|
||||
|
||||
extern TIM_HandleTypeDef htim5;
|
||||
static tmp_output_level = 0;
|
||||
static uint8_t tmp_output_level = 0;
|
||||
|
||||
void LED_init()
|
||||
{
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
#ifndef STRUCT_TYPEDEF_H
|
||||
#define STRUCT_TYPEDEF_H
|
||||
|
||||
|
||||
#ifndef __PACKED
|
||||
#define __packed __attribute__((pakced))
|
||||
#endif // !__PACKED
|
||||
|
||||
typedef signed char int8_t;
|
||||
typedef signed short int int16_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user