From: liang_mike Date: Tue, 15 Jul 2008 19:00:42 +0000 (+0000) Subject: Remove a debugging LED X-Git-Tag: release_tinyos_2_1_0_0~73 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=b49a4a9c7abf2c5105411fc18c2a19c1d1a83bbf Remove a debugging LED --- 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;