1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00

aktivate uci update

This commit is contained in:
Patrick Grimm 2014-05-18 16:45:59 +02:00
parent 9c8851816c
commit e73ae1f05a

View File

@ -254,7 +254,7 @@ int main(
recipient_scan_tmr = 0; recipient_scan_tmr = 0;
} }
#endif #endif
#if false //#if false
/* output */ /* output */
rewrite++; rewrite++;
if (rewrite>10000) { if (rewrite>10000) {
@ -501,7 +501,7 @@ int main(
ucix_cleanup(ctx); ucix_cleanup(ctx);
} }
/* update end */ /* update end */
#endif //#endif
/* blink LEDs, Turn on or off outputs, etc */ /* blink LEDs, Turn on or off outputs, etc */
} }