diff options
Diffstat (limited to 'src/flash/nor/driver.h')
-rw-r--r-- | src/flash/nor/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/driver.h b/src/flash/nor/driver.h index cbf9c528..afd05285 100644 --- a/src/flash/nor/driver.h +++ b/src/flash/nor/driver.h @@ -54,7 +54,7 @@ struct flash_driver * Gives a human-readable name of this flash driver, * This field is used to select and initialize the driver. */ - char *name; + const char *name; /** * An array of driver-specific commands to register. When called |