Skip to content

Commit 69d1db9

Browse files
authored
Merge pull request ARMmbed#14849 from arduino/pr_spif_namespace
SPIFBlockDevice: Add mbed namespace to BD_ERROR_DEVICE_ERROR
2 parents 44d5416 + 02108ea commit 69d1db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/blockdevice/COMPONENT_SPIF/include/SPIF/SPIFBlockDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*/
4646
enum spif_bd_error {
4747
SPIF_BD_ERROR_OK = 0, /*!< no error */
48-
SPIF_BD_ERROR_DEVICE_ERROR = BD_ERROR_DEVICE_ERROR, /*!< device specific error -4001 */
48+
SPIF_BD_ERROR_DEVICE_ERROR = mbed::BD_ERROR_DEVICE_ERROR, /*!< device specific error -4001 */
4949
SPIF_BD_ERROR_PARSING_FAILED = -4002, /* SFDP Parsing failed */
5050
SPIF_BD_ERROR_READY_FAILED = -4003, /* Wait for Memory Ready failed */
5151
SPIF_BD_ERROR_WREN_FAILED = -4004, /* Write Enable Failed */

0 commit comments

Comments
 (0)