cec-config: fixed typo
[deb_libcec.git] / src / cec-config / cec-config.cpp
index c36bb6a1a854ec3b12d274b1adfe65fcc5feb695..19a7a014da7a73f857e14a8fc434cfb6472612c6 100644 (file)
@@ -345,7 +345,7 @@ int main (int argc, char *argv[])
     return 1;
 
   bool bAddressOk(false);
-  uint16_t iAddress(0xFFF);
+  uint16_t iAddress(0xFFFF);
   while (!bAddressOk)
   {
     iAddress = FindPhysicalAddress();