更新modbus,更新rtthread
This commit is contained in:
@@ -30,12 +30,16 @@
|
||||
* @version V1.0.0
|
||||
* @date 2022-07-13 22:38
|
||||
*/
|
||||
|
||||
#ifndef _XEROLYSKINNER_BSP_FLASH_H
|
||||
#define _XEROLYSKINNER_BSP_FLASH_H
|
||||
#include "main.h"
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// 变量
|
||||
//
|
||||
extern struct struct_bsp_Flash_Pack bsp_Flash_Pack;
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// 程序
|
||||
//
|
||||
uint32_t bsp_WriteFlashOnePage(uint32_t *dat,uint32_t num);
|
||||
@@ -43,4 +47,4 @@ void bsp_ReadFlash(uint32_t *dat,uint32_t num);
|
||||
void bsp_WriteFlash_Pack(void);
|
||||
void bsp_ReadFlash_Pack(void);
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user