2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

runtime: update mailbox address

This commit is contained in:
Sebastien Bourdeauducq 2015-04-15 14:11:12 +08:00
parent 9cfe00e23e
commit c1f9fc2ae4

View File

@ -5,7 +5,7 @@
#include "mailbox.h"
#define KERNELCPU_MAILBOX MMPTR(0xd0000000)
#define KERNELCPU_MAILBOX MMPTR(0xf0000000)
static unsigned int last_transmission;