mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 19:50:47 +08:00
There was a missing QSPI locking for w25qxxxjv_get_die_from_addr function. We can't have the lock directly in w25qxxxjv_get_die_from_addr because the function is called from already locked function w25qxxxjv_erase_sector. Signed-off-by: Michal Lenc <michallenc@seznam.cz>