File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/storage/blockdevice/COMPONENT_QSPIF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
*/
54
54
enum qspif_bd_error {
55
55
QSPIF_BD_ERROR_OK = 0 , /* !< no error */
56
- QSPIF_BD_ERROR_DEVICE_ERROR = BD_ERROR_DEVICE_ERROR, /* !< device specific error -4001 */
56
+ QSPIF_BD_ERROR_DEVICE_ERROR = mbed:: BD_ERROR_DEVICE_ERROR, /* !< device specific error -4001 */
57
57
QSPIF_BD_ERROR_PARSING_FAILED = -4002 , /* SFDP Parsing failed */
58
58
QSPIF_BD_ERROR_READY_FAILED = -4003 , /* Wait for Mem Ready failed */
59
59
QSPIF_BD_ERROR_WREN_FAILED = -4004 , /* Write Enable Failed */
@@ -289,7 +289,7 @@ class QSPIFBlockDevice : public mbed::BlockDevice {
289
289
qspi_status_t _qspi_set_frequency (int freq);
290
290
291
291
// Update the 4-byte addressing extension register with the MSB of the address if it is in use
292
- qspi_status_t _qspi_update_4byte_ext_addr_reg (bd_addr_t addr);
292
+ qspi_status_t _qspi_update_4byte_ext_addr_reg (mbed:: bd_addr_t addr);
293
293
294
294
/* ********************************/
295
295
/* Flash Configuration Functions */
You can’t perform that action at this time.
0 commit comments