memory bug corrected
This commit is contained in:
@@ -152,8 +152,7 @@
|
||||
if (now!=lastGet) { /* TecsGet was not yet called within this second */
|
||||
lastGet=now;
|
||||
} else {
|
||||
CocDelay(500); /* wait 0.5 sec. (seems that SICS has nothing else to do then reading temperatures) */
|
||||
printf("usleep %d\n", now);
|
||||
CocDelay(200); /* wait 0.2 sec. (seems that SICS has nothing else to do then reading temperatures) */
|
||||
}
|
||||
|
||||
/* get temperature */
|
||||
|
||||
Reference in New Issue
Block a user