mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Merge pull request #578 from oliverschmidt/master
Adjust shadow register to full 8kB RX buffer.
This commit is contained in:
commit
3140f36356
@ -202,8 +202,8 @@ fixup11:ora data ; Lobyte
|
||||
; Calculate and set physical address
|
||||
jsr set_addrphysical
|
||||
|
||||
; Move physical address shadow to $F000-$FFFF
|
||||
ora #>$F000
|
||||
; Move physical address shadow to $E000-$FFFF
|
||||
ora #>$8000
|
||||
tax
|
||||
|
||||
; Read MAC raw 2byte packet size header
|
||||
|
Loading…
Reference in New Issue
Block a user