mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/driver-w25qxxx.git
synced 2025-09-29 00:37:33 +00:00
fixed assert for start and end sector
This commit is contained in:
@@ -16,7 +16,7 @@ namespace sta
|
||||
ptr_ {0}
|
||||
{
|
||||
STA_ASSERT(flash != nullptr);
|
||||
STA_ASSERT(endAddr > startAddr);
|
||||
STA_ASSERT(endSec > startSec);
|
||||
|
||||
// Jump to the last written page.
|
||||
findLast();
|
||||
|
Reference in New Issue
Block a user