diff options
Diffstat (limited to 'masterkey.c')
-rw-r--r-- | masterkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/masterkey.c b/masterkey.c index cc91cfd..3c4f0d3 100644 --- a/masterkey.c +++ b/masterkey.c @@ -63,7 +63,7 @@ static int volatile_init = 0, flash_init = 0; -static const hal_core_t *core = NULL; +static hal_core_t *core = NULL; #define MKM_VOLATILE_STATUS_ADDRESS 0 #define MKM_VOLATILE_SCLK_DIV 0x20 |