Removed some unused definitions.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3674 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-12-28 12:01:39 +00:00
parent 490dc12dfc
commit 740abb96c0
2 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@
#include "chconf.h"
#include "chcore.h"
EXTCTX_SIZE SET 32
CONTEXT_OFFSET SET 12
SCB_ICSR SET 0xE000ED04

View File

@ -30,10 +30,8 @@
#include "chconf.h"
#include "chcore.h"
EXTCTX_SIZE SET 32
CONTEXT_OFFSET SET 12
SCB_ICSR SET 0xE000ED04
ICSR_RETTOBASE SET 0x00000800
ICSR_PENDSVSET SET 0x10000000
SECTION .text:CODE:NOROOT(2)