質問編集履歴

2

ratの宣言削除

2020/05/27 02:02

投稿

doro-ro
doro-ro

スコア12

test CHANGED
File without changes
test CHANGED
@@ -87,8 +87,6 @@
87
87
  {
88
88
 
89
89
  int ret;
90
-
91
- char rat;
92
90
 
93
91
 
94
92
 

1

rat→retに修正

2020/05/27 02:02

投稿

doro-ro
doro-ro

スコア12

test CHANGED
File without changes
test CHANGED
@@ -102,7 +102,7 @@
102
102
 
103
103
 
104
104
 
105
-  Serial.println(rat);
105
+  Serial.println(ret);
106
106
 
107
107
 
108
108