mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
SAMV71-XULT: Adapt for changes to s24fl_initialize() prototype
This commit is contained in:
@@ -207,7 +207,7 @@ int sam_bringup(void)
|
||||
* S25FL1 device.
|
||||
*/
|
||||
|
||||
mtd = s25fl1_initialize(qspi);
|
||||
mtd = s25fl1_initialize(qspi, true);
|
||||
if (!mtd)
|
||||
{
|
||||
SYSLOG("ERROR: s25fl1_initialize failed\n");
|
||||
|
||||
Reference in New Issue
Block a user