From caa7334141e6d67ab6f3064b250e6729095ae56c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 1 Jul 2014 02:13:42 +0300 Subject: stackctrl: Add "mp_" prefix. --- stmhal/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal') diff --git a/stmhal/main.c b/stmhal/main.c index 0cad768ad..0e260e18c 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -188,7 +188,7 @@ int main(void) { // Stack limit should be less than real stack size, so we // had chance to recover from limit hit. - stack_set_limit(&_ram_end - &_heap_end - 512); + mp_stack_set_limit(&_ram_end - &_heap_end - 512); /* STM32F4xx HAL library initialization: - Configure the Flash prefetch, instruction and Data caches -- cgit v1.2.3