forked from auracaster/openocd
flash: nor: sort the drivers by alphabetic order
Add comments to require the list of drivers to be kept sorted. Change-Id: I57382605edc6a38d6c1ac18393421b18ae72215b Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8946 Tested-by: jenkins
This commit is contained in:
@@ -237,6 +237,7 @@ struct flash_driver {
|
||||
*/
|
||||
const struct flash_driver *flash_driver_find_by_name(const char *name);
|
||||
|
||||
// Keep in alphabetic order this list of drivers
|
||||
extern const struct flash_driver aduc702x_flash;
|
||||
extern const struct flash_driver aducm360_flash;
|
||||
extern const struct flash_driver ambiqmicro_flash;
|
||||
|
||||
Reference in New Issue
Block a user