diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-19 10:43:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-19 10:43:27 +0000 |
commit | afa584c197727029f54590d63e3d39445cc832ac (patch) | |
tree | 3897e5af6daf71dcdf2335221d6d5271e9556dd7 /test/rt | |
parent | 448e5e76d4753ef21385381fe6846daa84bff596 (diff) | |
download | ChibiOS-afa584c197727029f54590d63e3d39445cc832ac.tar.gz ChibiOS-afa584c197727029f54590d63e3d39445cc832ac.tar.bz2 ChibiOS-afa584c197727029f54590d63e3d39445cc832ac.zip |
Renamed chCoreStatus() in chCoreGetStatusX().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7521 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt')
-rw-r--r-- | test/rt/testheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rt/testheap.c b/test/rt/testheap.c index d257a4362..9a7c746e4 100644 --- a/test/rt/testheap.c +++ b/test/rt/testheap.c @@ -71,7 +71,7 @@ static void heap1_execute(void) { size_t n, sz;
/* Unrelated, for coverage only.*/
- (void)chCoreStatus();
+ (void)chCoreGetStatusX();
/*
* Test on the default heap in order to cover the core allocator at
|