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