We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44d5416 + 02108ea commit 69d1db9Copy full SHA for 69d1db9
storage/blockdevice/COMPONENT_SPIF/include/SPIF/SPIFBlockDevice.h
@@ -45,7 +45,7 @@
45
*/
46
enum spif_bd_error {
47
SPIF_BD_ERROR_OK = 0, /*!< no error */
48
- SPIF_BD_ERROR_DEVICE_ERROR = BD_ERROR_DEVICE_ERROR, /*!< device specific error -4001 */
+ SPIF_BD_ERROR_DEVICE_ERROR = mbed::BD_ERROR_DEVICE_ERROR, /*!< device specific error -4001 */
49
SPIF_BD_ERROR_PARSING_FAILED = -4002, /* SFDP Parsing failed */
50
SPIF_BD_ERROR_READY_FAILED = -4003, /* Wait for Memory Ready failed */
51
SPIF_BD_ERROR_WREN_FAILED = -4004, /* Write Enable Failed */
0 commit comments