aws-samples / amazon-kinesis-video-streams-producer-embedded-c

Light-wight Amazon Kinesis Video Streams Producer SDK For FreeRTOS/Embedded Linux
Apache License 2.0
27 stars 17 forks source link

Move sleep from sample code to port. #36

Closed weichihl closed 2 years ago

weichihl commented 2 years ago

KvsApp needs sleep in milliseconds and current design would make KvsApp dependend on Linux platform. Move the sleepInMs to port_linux.c to remove platform dependency.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.