Skip to content

Commit d23981e

Browse files
committed
rename aic8800x to aic8800
1 parent 1b9a996 commit d23981e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/flash/nor/driver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ const struct flash_driver *flash_driver_find_by_name(const char *name);
240240
extern const struct flash_driver aduc702x_flash;
241241
extern const struct flash_driver aducm360_flash;
242242
extern const struct flash_driver ambiqmicro_flash;
243-
extern const struct flash_driver aic8800x_flash;
243+
extern const struct flash_driver aic8800_flash;
244244
extern const struct flash_driver aic8800mc_flash;
245245
extern const struct flash_driver aic8800m40_flash;
246246
extern const struct flash_driver at91sam3_flash;

src/flash/nor/drivers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
static 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,

0 commit comments

Comments
 (0)