新增了教程和注释以及文档

This commit is contained in:
NeoZng
2023-02-09 00:09:28 +08:00
parent 637d7de114
commit 4e2b750037
6 changed files with 66 additions and 18 deletions

View File

@@ -31,6 +31,7 @@
#include "daemon.h"
#include "robot.h"
/* USER CODE END Includes */
/* Private typedef -----------------------------------------------------------*/
@@ -145,6 +146,8 @@ void MX_FREERTOS_Init(void) {
void StartDefaultTask(void const * argument)
{
/* init code for USB_DEVICE */
USB_ResetPort(USB_OTG_FS);
USBD_FS_SPEED
MX_USB_DEVICE_Init();
/* USER CODE BEGIN StartDefaultTask */
/* Infinite loop */