File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ const struct flash_driver *flash_driver_find_by_name(const char *name);
240240extern const struct flash_driver aduc702x_flash ;
241241extern const struct flash_driver aducm360_flash ;
242242extern const struct flash_driver ambiqmicro_flash ;
243- extern const struct flash_driver aic8800x_flash ;
243+ extern const struct flash_driver aic8800_flash ;
244244extern const struct flash_driver aic8800mc_flash ;
245245extern const struct flash_driver aic8800m40_flash ;
246246extern const struct flash_driver at91sam3_flash ;
Original file line number Diff line number Diff line change 1616static const struct flash_driver * const flash_drivers [] = {
1717 & aduc702x_flash ,
1818 & aducm360_flash ,
19- & aic8800x_flash ,
19+ & aic8800_flash ,
2020 & aic8800mc_flash ,
2121 & aic8800m40_flash ,
2222 & ambiqmicro_flash ,
You can’t perform that action at this time.
0 commit comments