Skip to content

Commit a23cbe4

Browse files
committed
unused variable 'ret' [-Wunused-variable]
int ret;
1 parent 5d2555f commit a23cbe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SigFox.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ int SIGFOXClass::send(unsigned char mess[], int len, bool rx)
213213
}
214214

215215
int SIGFOXClass::sendBit(bool value){
216-
int ret;
217216
int i = 0;
218217
status();
219218

0 commit comments

Comments
 (0)