mirror of https://github.com/ARMmbed/mbed-os.git
Fixed: @44,18: unused variable 'tid' [-Wunused-variable]
parent
7c22dca302
commit
b9ba27b3ee
|
@ -41,8 +41,6 @@ __NO_RETURN void osRtxIdleThread (void *argument)
|
|||
|
||||
__NO_RETURN uint32_t osRtxErrorNotify (uint32_t code, void *object_id)
|
||||
{
|
||||
osThreadId_t tid = osThreadGetId();
|
||||
|
||||
switch (code) {
|
||||
case osRtxErrorStackUnderflow:
|
||||
// Stack underflow detected for thread (thread_id=object_id)
|
||||
|
|
Loading…
Reference in New Issue