mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 14:40:17 +02:00
atusb/fw/flash.c (flash_ops): fix placement of "const"
This commit is contained in:
parent
9e9f65992c
commit
37a4f00e41
@ -85,7 +85,7 @@ static uint16_t flash_read(uint8_t *buf, uint16_t size)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const static struct dfu_flash_ops flash_ops = {
|
static const struct dfu_flash_ops flash_ops = {
|
||||||
.start = flash_start,
|
.start = flash_start,
|
||||||
.can_write = flash_can_write,
|
.can_write = flash_can_write,
|
||||||
.write = flash_write,
|
.write = flash_write,
|
||||||
|
Loading…
Reference in New Issue
Block a user