first commit
This commit is contained in:
11
Users/filehandle.h
Normal file
11
Users/filehandle.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __FILEHANDLE_H__
|
||||
#define __FILEHANDLE_H__
|
||||
|
||||
|
||||
#include "./SYSTEM/sys/sys.h"
|
||||
|
||||
|
||||
|
||||
HAL_StatusTypeDef FLASH_WriteMoreData(uint32_t startAddress, uint16_t *writeData, uint16_t countToWrite);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user