STM32L4 QSPI: correct register address

pull/9089/head
jeromecoutant 2018-12-12 17:46:52 +01:00
parent 40f6d58b89
commit 9790f67acc
3 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@ typedef enum {
} CANName;
typedef enum {
QSPI_1 = (int)QSPI_BASE
QSPI_1 = (int)QSPI_R_BASE
} QSPIName;
#ifdef __cplusplus

View File

@ -84,7 +84,7 @@ typedef enum {
} CANName;
typedef enum {
QSPI_1 = (int)QSPI_BASE
QSPI_1 = (int)QSPI_R_BASE
} QSPIName;
#ifdef __cplusplus

View File

@ -86,7 +86,7 @@ typedef enum {
} CANName;
typedef enum {
QSPI_1 = (int)QSPI_BASE
QSPI_1 = (int)QSPI_R_BASE
} QSPIName;
#ifdef __cplusplus