Skip to content

Commit

Permalink
Switch over Demos, Bootloaders and Projects to the new and improved b…
Browse files Browse the repository at this point in the history
…uild system.
  • Loading branch information
abcminiuser committed Jun 1, 2012
1 parent e309f42 commit 56e792c
Show file tree
Hide file tree
Showing 97 changed files with 3,290 additions and 57,668 deletions.
2 changes: 1 addition & 1 deletion Bootloaders/CDC/BootloaderCDC.c
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ static void CDC_Task(void)
else if (Command == 'e')
{
/* Clear the application section of flash */
for (uint32_t CurrFlashAddress = 0; CurrFlashAddress < BOOT_START_ADDR; CurrFlashAddress += SPM_PAGESIZE)
for (uint32_t CurrFlashAddress = 0; CurrFlashAddress < (uint32_t)BOOT_START_ADDR; CurrFlashAddress += SPM_PAGESIZE)
{
boot_page_erase(CurrFlashAddress);
boot_spm_busy_wait();
Expand Down
Loading

0 comments on commit 56e792c

Please sign in to comment.