Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type, and to remove const attribute from the descriptor comparator callback function pointer type define, and into the function prototype instead.
This commit is contained in:
parent
e95c96ea20
commit
152b2764c3
4 changed files with 14 additions and 12 deletions
|
@ -85,7 +85,9 @@ F_CPU = 8000000
|
|||
F_CLOCK = $(F_CPU)
|
||||
|
||||
|
||||
# Starting byte address of the bootloader
|
||||
# Starting byte address of the bootloader, as a byte address. Note that the address given
|
||||
# in the AVRStudio fuse programming dialogue uses word addresses, which will have to be
|
||||
# doubled to obtain the starting byte address of the bootloader section.
|
||||
BOOT_START = 0x1E000
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue