Date:2015-05-29 14:43:02 (8 years 9 months ago)
Author:Werner Almesberger
Commit:37a4f00e4165327c71a2e2e8d3f8049bb51386ee
Message:atusb/fw/flash.c (flash_ops): fix placement of "const"

Files: atusb/fw/flash.c (1 diff)

Change Details

atusb/fw/flash.c
8585}
8686
8787
88const static struct dfu_flash_ops flash_ops = {
88static const struct dfu_flash_ops flash_ops = {
8989    .start = flash_start,
9090    .can_write = flash_can_write,
9191    .write = flash_write,

Archive Download the corresponding diff file



interactive