forked from M-Labs/artiq
runtime: update mailbox address
This commit is contained in:
parent
9cfe00e23e
commit
c1f9fc2ae4
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "mailbox.h"
|
||||
|
||||
#define KERNELCPU_MAILBOX MMPTR(0xd0000000)
|
||||
#define KERNELCPU_MAILBOX MMPTR(0xf0000000)
|
||||
|
||||
static unsigned int last_transmission;
|
||||
|
||||
|
|
Loading…
Reference in New Issue