mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-w25qxxx.git
synced 2025-12-16 18:48:02 +00:00
A couple of bugfixes
This commit is contained in:
@@ -209,7 +209,7 @@ namespace sta
|
||||
* @remarks Afterwards, the device won't accept any instructions for a duration T_SE. This can be checked
|
||||
* by reading the busy bit.
|
||||
*
|
||||
* @param address The address of the sector to erase.
|
||||
* @param address The number of the sector to erase. Here, 0 is the first sector, 1 the second and so on.
|
||||
* @return bool Returns 1 if the operation was successful, 0 otherwise.
|
||||
*/
|
||||
uint8_t sectorErase(uint32_t address);
|
||||
|
||||
Reference in New Issue
Block a user