Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
deb6fce7
Commit
deb6fce7
authored
Jun 12, 2012
by
Dean Camera
Browse files
Remove unused makefile macro from the DFU bootloader.
parent
3d39cbe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Bootloaders/DFU/makefile
View file @
deb6fce7
...
...
@@ -17,7 +17,6 @@ BOOT_SECTION_SIZE_KB := 8
# Bootloader address calculations (requires the "bc" unix utility) - do
# not modify these calculations, but rather modify the depedant values above.
CALC_ADDRESS_HEX
=
$(
shell
echo
"obase=16;
$(1)
"
| bc
)
BOOT_START
:=
0x
$(
shell
echo
"obase=16; (
$(FLASH_SIZE_KB)
-
$(BOOT_SECTION_SIZE_KB)
)
* 1024"
| bc
)
BOOT_API_TABLESTART
:=
0x
$(
shell
echo
"obase=16; ((
$(FLASH_SIZE_KB)
* 1024
)
- 96
)
"
| bc
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment