mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Fix compiler warning
This commit is contained in:
parent
a494181030
commit
f922809331
@ -173,7 +173,7 @@ void loop()
|
|||||||
// delay(6);
|
// delay(6);
|
||||||
}
|
}
|
||||||
|
|
||||||
void usage(char* progName)
|
void usage(const char* progName)
|
||||||
{
|
{
|
||||||
std::cout << progName << " [options]" << std::endl
|
std::cout << progName << " [options]" << std::endl
|
||||||
<< std::endl
|
<< std::endl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user