From 789975075efe705dfbb2d258ed83f977e393fc13 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Wed, 25 May 2011 23:00:21 +0100 Subject: [PATCH] STM8: Remove deprecated stack reference. --- ports/stm8/tests-main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ports/stm8/tests-main.c b/ports/stm8/tests-main.c index bf83ee6..460c4bc 100644 --- a/ports/stm8/tests-main.c +++ b/ports/stm8/tests-main.c @@ -95,10 +95,6 @@ */ -/* Linker-provided startup stack location (usually top of RAM) */ -extern int _stack; - - /* Local data */ /* Application threads' TCBs */