Moved the DCC of the COV handler into the handler.

This commit is contained in:
skarg
2011-10-03 21:49:10 +00:00
parent 2b0fac263c
commit 0d5c57b149
2 changed files with 5 additions and 3 deletions
+1 -3
View File
@@ -212,9 +212,7 @@ int main(
Device_local_reporting();
#endif
}
if (dcc_communication_enabled()) {
handler_cov_task();
}
handler_cov_task();
/* scan cache address */
address_binding_tmr += elapsed_seconds;
if (address_binding_tmr >= 60) {