UTEST - Fix warning in utest_shim.cpp by removing unreachable statement.

pull/2818/head
Vincent Coubard 2016-09-26 17:02:01 +01:00
parent 0b94aae00b
commit 25148af3a2
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ static int32_t utest_us_ticker_run()
callback();
}
}
return 0;
}