mirror of https://github.com/ARMmbed/mbed-os.git
Cleaned up some formatting issues.
parent
82a58ac94d
commit
401674284a
|
@ -197,8 +197,9 @@ static void event_timer()
|
||||||
|
|
||||||
if (cnt > 65535u) {
|
if (cnt > 65535u) {
|
||||||
cnt = 0u;
|
cnt = 0u;
|
||||||
} else
|
} else {
|
||||||
cnt = 65536u - cnt;
|
cnt = 65536u - cnt;
|
||||||
|
}
|
||||||
|
|
||||||
tmr2Config.nLoad = cnt;
|
tmr2Config.nLoad = cnt;
|
||||||
tmr2Config.nAsyncLoad = cnt;
|
tmr2Config.nAsyncLoad = cnt;
|
||||||
|
|
Loading…
Reference in New Issue