mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 11:37:45 +08:00
修改了freertos的支持include,增加了daemon的上线等待时间,增加pid参数整定指南
This commit is contained in:
@@ -23,9 +23,7 @@
|
||||
#define user_malloc malloc
|
||||
#endif
|
||||
|
||||
uint8_t GlobalDebugMode = 7;
|
||||
|
||||
void *zero_malloc(size_t size)
|
||||
void *zmalloc(size_t size)
|
||||
{
|
||||
void *ptr = malloc(size);
|
||||
memset(ptr, 0, size);
|
||||
@@ -207,3 +205,4 @@ float AverageFilter(float new_data, float *buf, uint8_t len)
|
||||
sum += new_data;
|
||||
return sum / len;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user