From afa584c197727029f54590d63e3d39445cc832ac Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 19 Nov 2014 10:43:27 +0000 Subject: Renamed chCoreStatus() in chCoreGetStatusX(). git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7521 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/testheap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rt') 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 -- cgit v1.2.3