Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/arm32.c

    rc0699467 r66fcba2  
    3737#include <config.h>
    3838#include <genarch/fb/fb.h>
    39 #include <abi/fb/visuals.h>
     39#include <genarch/fb/visuals.h>
    4040#include <sysinfo/sysinfo.h>
    4141#include <console/console.h>
     
    134134        uint8_t *stck;
    135135       
    136         stck = &THREAD->kstack[STACK_SIZE - SP_DELTA];
     136        stck = &THREAD->kstack[THREAD_STACK_SIZE - SP_DELTA];
    137137        supervisor_sp = (uintptr_t) stck;
    138138}
Note: See TracChangeset for help on using the changeset viewer.