We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@gyaneman https://github.com/RobotClubKut/PSoC3_Library/blob/master/ICS3_5/ics3_5.c のプログラムについてだが
if( Conditional expression ) hoge();
という記述になってるけど余り良い記述方法ではないから
if( Conditional expression ){ hoge(); }
とするか
としたほうがいいと思う。バグ混入した時におそらく死ぬ。 🌟
The text was updated successfully, but these errors were encountered:
にゃんぱす
Sorry, something went wrong.
ノエルたそ~
にゃんぱすー
なおしますた
gyaneman
No branches or pull requests
@gyaneman
https://github.com/RobotClubKut/PSoC3_Library/blob/master/ICS3_5/ics3_5.c
のプログラムについてだが
if( Conditional expression )
hoge();
という記述になってるけど余り良い記述方法ではないから
if( Conditional expression ){
hoge();
}
とするか
if( Conditional expression ) hoge();
としたほうがいいと思う。バグ混入した時におそらく死ぬ。
🌟
The text was updated successfully, but these errors were encountered: