res-b1-sep-b2.c: fix type of iterator

This commit is contained in:
Simon Duquennoy 2015-10-06 16:15:17 +02:00
parent ca8fe618e7
commit 8f954fbab5

View File

@ -67,7 +67,7 @@ res_post_handler(void *request, void *response, uint8_t *buffer, uint16_t prefer
coap_separate_accept(request, &request_metadata);
/* Need Time for calculation now */
int i;
unsigned i;
for(i = 0; i <= 4096; i++) {
printf("\r%4u\r", i);
}