修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:10:51 +08:00
parent a7f6e9379a
commit 3422912129
576 changed files with 39303 additions and 1012 deletions

View File

@@ -62,16 +62,6 @@ typedef struct
*/
int init_sflash ( /*@out@*/ sflash_handle_t* const handle, /*@shared@*/ void* peripheral_id, sflash_write_allowed_t write_allowed_in );
/**
* @brief SPI flash enter deep sleep mode
*
* @param handle: handle of spi flash to init
*
* @return kNoErr : on success.
* @return kGeneralErr : if an error occurred
*/
int sflash_enter_dpmode( const sflash_handle_t* const handle );
/**
* De-initializes a SPI Flash chip