replace magic number with define

This commit is contained in:
Stefan Wahren
2012-12-20 20:42:10 +01:00
parent b3a3dfec0b
commit 404e245af5
9 changed files with 11 additions and 11 deletions

View File

@ -106,7 +106,7 @@ main(int argc, char **argv)
}
// else MBUS_PROBE_SINGLE
address = 253;
address = MBUS_ADDRESS_NETWORK_LAYER;
}
else
{