Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4cbe06b

Browse files
committed
Reformat
1 parent9c83f9a commit4cbe06b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎cores/esp8266/PolledTimeout.h‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ class timeoutTemplate
159159
boolexpired()
160160
{
161161
bool hasExpired = PeriodicT ?expiredRetrigger() :expiredOneShot();
162-
if (!hasExpired)YieldPolicyT::execute();//in case of DoNothing: gets optimized away
162+
if (!hasExpired)//in case of DoNothing: gets optimized away
163+
YieldPolicyT::execute();
163164
return hasExpired;
164165
}
165166

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp