changed irsendraw parameter to const, #227

This commit is contained in:
Rafi Khan
2016-02-20 23:17:45 -06:00
parent 0d17ef59d8
commit 6e51379fe5
5 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
#include "IRremoteInt.h"
//+=============================================================================
void IRsend::sendRaw (unsigned int buf[], unsigned int len, unsigned int hz)
void IRsend::sendRaw (const unsigned int buf[], unsigned int len, unsigned int hz)
{
// Set IR carrier frequency
enableIROut(hz);