8000 Update ir_Aiwa.cpp · AKrduino/Arduino-IRremote@c41f506 · GitHub
[go: up one dir, main page]

Skip to content

Commit c41f506

Browse files
committed
Update ir_Aiwa.cpp
Remove unused mask variable line 31
1 parent 3c4fc7b commit c41f506

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ir_Aiwa.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
void IRsend::sendAiwaRCT501 (int code)
2929
{
3030
unsigned long pre = 0x0227EEC0; // 26-bits
31-
int mask;
3231

3332
// Set IR carrier frequency
3433
enableIROut(AIWA_RC_T501_HZ);

0 commit comments

Comments
 (0)
0