mirror of https://github.com/ARMmbed/mbed-os.git
STM32L4 QSPI: correct register address
parent
40f6d58b89
commit
9790f67acc
|
@ -84,7 +84,7 @@ typedef enum {
|
|||
} CANName;
|
||||
|
||||
typedef enum {
|
||||
QSPI_1 = (int)QSPI_BASE
|
||||
QSPI_1 = (int)QSPI_R_BASE
|
||||
} QSPIName;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -84,7 +84,7 @@ typedef enum {
|
|||
} CANName;
|
||||
|
||||
typedef enum {
|
||||
QSPI_1 = (int)QSPI_BASE
|
||||
QSPI_1 = (int)QSPI_R_BASE
|
||||
} QSPIName;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -86,7 +86,7 @@ typedef enum {
|
|||
} CANName;
|
||||
|
||||
typedef enum {
|
||||
QSPI_1 = (int)QSPI_BASE
|
||||
QSPI_1 = (int)QSPI_R_BASE
|
||||
} QSPIName;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue