mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Solved a text encoding issue
This commit is contained in:
parent
d958ee3125
commit
e02c287f15
@ -118,7 +118,7 @@ set_rime_addr(void)
|
||||
/* Don't interrupt us to make sure no BANK switching happens while working */
|
||||
DISABLE_INTERRUPTS();
|
||||
|
||||
/* Switch to BANK3, map CODE: 0x8000 – 0xFFFF to FLASH: 0x18000 – 0x1FFFF */
|
||||
/* Switch to BANK3, map CODE: 0x8000 - 0xFFFF to FLASH: 0x18000 - 0x1FFFF */
|
||||
FMAP = 3;
|
||||
|
||||
/* Set our pointer to the correct address and fetch 8 bytes of MAC */
|
||||
@ -129,7 +129,7 @@ set_rime_addr(void)
|
||||
macp++;
|
||||
}
|
||||
|
||||
/* Remap 0x8000 – 0xFFFF to BANK1 */
|
||||
/* Remap 0x8000 - 0xFFFF to BANK1 */
|
||||
FMAP = 1;
|
||||
ENABLE_INTERRUPTS();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user