From b49a4a9c7abf2c5105411fc18c2a19c1d1a83bbf Mon Sep 17 00:00:00 2001 From: liang_mike Date: Tue, 15 Jul 2008 19:00:42 +0000 Subject: [PATCH] Remove a debugging LED --- tos/lib/tosthreads/system/DynamicThreadP.nc | 1 - 1 file changed, 1 deletion(-) diff --git a/tos/lib/tosthreads/system/DynamicThreadP.nc b/tos/lib/tosthreads/system/DynamicThreadP.nc index b6a1080e..cb4cd804 100644 --- a/tos/lib/tosthreads/system/DynamicThreadP.nc +++ b/tos/lib/tosthreads/system/DynamicThreadP.nc @@ -143,7 +143,6 @@ happy: } async event void ThreadCleanup.cleanup[uint8_t id]() { - call Leds.led2Toggle(); signal ThreadNotification.aboutToDestroy[id](); atomic { uint8_t adjusted_id = id-TOSTHREAD_NUM_STATIC_THREADS; -- 2.39.2