IEEE 802.15.4 subsystem
Sign in or create your account | Project List | Help
IEEE 802.15.4 subsystem Commit Details
Date: | 2015-05-29 14:43:02 (8 years 6 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 | ||
---|---|---|
85 | 85 | } |
86 | 86 | |
87 | 87 | |
88 | const static struct dfu_flash_ops flash_ops = { | |
88 | static const struct dfu_flash_ops flash_ops = { | |
89 | 89 | .start = flash_start, |
90 | 90 | .can_write = flash_can_write, |
91 | 91 | .write = flash_write, |