mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
コメント追加。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@252 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
parent
c2bc8a2945
commit
44a9cbfd51
@ -27,7 +27,7 @@ extern "C" {
|
||||
//------------------------------------- APP
|
||||
#define HW_APP HW_PRV_WRAM_SYSRV_END
|
||||
#define HW_APP_END (HW_APP + HW_APP_SIZE)
|
||||
#define HW_APP_SIZE (HW_PRV_WRAM_SIZE - HW_PRV_WRAM_SYSRV_SIZE)
|
||||
#define HW_APP_SIZE (HW_PRV_WRAM_SIZE - HW_PRV_WRAM_SYSRV_SIZE) // 先頭領域のみ予約、スタックはDTCM上
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@ -26,7 +26,7 @@ extern "C" {
|
||||
//------------------------------------- FIRM
|
||||
#define HW_FIRM HW_PRV_WRAM_SYSRV_END
|
||||
#define HW_FIRM_END (HW_FIRM + HW_FIRM_SIZE)
|
||||
#define HW_FIRM_SIZE (HW_PRV_WRAM_SIZE - HW_PRV_WRAM_SYSRV_SIZE)
|
||||
#define HW_FIRM_SIZE (HW_PRV_WRAM_SIZE - HW_PRV_WRAM_SYSRV_SIZE) // 先頭領域のみ予約、スタックはDTCM上
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user