mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 19:07:41 +00:00
Fix unused variable warning
This commit is contained in:
parent
d4f58ca7f0
commit
ad67c573de
@ -483,9 +483,9 @@ avr_flash_read(CFS_CONF_OFFSET_TYPE addr, uint8_t *buf, CFS_CONF_OFFSET_TYPE siz
|
||||
BOOTLOADER_SECTION
|
||||
void avr_flash_erase(coffee_page_t sector) {
|
||||
coffee_page_t i;
|
||||
uint32_t addr32;
|
||||
|
||||
#if FLASH_COMPLEMENT_DATA
|
||||
uint32_t addr32;
|
||||
volatile uint8_t sreg;
|
||||
|
||||
// Disable interrupts.
|
||||
|
Loading…
Reference in New Issue
Block a user