- /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date Author Notes
- */
- #ifndef __STACK_H__
- #define __STACK_H__
- #define SYSTEM_STACK 0x80003fe8 /* the kernel system stack address */
- #endif
|