Skip to content
  • rahix's avatar
    fix(api): Fix API overlapping core 1 stack · 904851ab
    rahix authored
    
    
    Core 1 has its stack base at 0x20080000 which would overlap with the
    first byte of the API parameter space.  This patch moves the API further
    back to prevent any weird behaviours being caused by this.
    
    Signed-off-by: default avatarRahix <rahix@rahix.de>
    904851ab