Skip to content

Commit

Permalink
rename aic8800x to aic8800
Browse files Browse the repository at this point in the history
  • Loading branch information
talpachen committed Nov 26, 2023
1 parent 1b9a996 commit d23981e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/flash/nor/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const struct flash_driver *flash_driver_find_by_name(const char *name);
extern const struct flash_driver aduc702x_flash;
extern const struct flash_driver aducm360_flash;
extern const struct flash_driver ambiqmicro_flash;
extern const struct flash_driver aic8800x_flash;
extern const struct flash_driver aic8800_flash;
extern const struct flash_driver aic8800mc_flash;
extern const struct flash_driver aic8800m40_flash;
extern const struct flash_driver at91sam3_flash;
Expand Down
2 changes: 1 addition & 1 deletion src/flash/nor/drivers.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
static const struct flash_driver * const flash_drivers[] = {
&aduc702x_flash,
&aducm360_flash,
&aic8800x_flash,
&aic8800_flash,
&aic8800mc_flash,
&aic8800m40_flash,
&ambiqmicro_flash,
Expand Down

0 comments on commit d23981e

Please sign in to comment.