mirror of
https://github.com/goldenfishs/MRobot.git
synced 2026-02-04 18:00:19 +08:00
修复freertos
This commit is contained in:
parent
2de9f5c428
commit
2d15be44d0
@ -28,6 +28,9 @@
|
|||||||
#ifndef COMMAND_INTERPRETER_H
|
#ifndef COMMAND_INTERPRETER_H
|
||||||
#define COMMAND_INTERPRETER_H
|
#define COMMAND_INTERPRETER_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include "FreeRTOS.h"
|
||||||
|
|
||||||
/* This config should be defined in FreeRTOSConfig.h. But due to the limition of CubeMX I put it here. */
|
/* This config should be defined in FreeRTOSConfig.h. But due to the limition of CubeMX I put it here. */
|
||||||
#define configCOMMAND_INT_MAX_OUTPUT_SIZE 512
|
#define configCOMMAND_INT_MAX_OUTPUT_SIZE 512
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user