FutabaGP1212A02.cpp
changeset 25 3fa4007c0b19
parent 22 ea9ccfdb5563
child 26 f943cd500390
     1.1 --- a/FutabaGP1212A02.cpp	Wed Feb 04 17:45:46 2015 +0100
     1.2 +++ b/FutabaGP1212A02.cpp	Wed Feb 04 21:47:17 2015 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  const unsigned short KFrameSizeInBytes = 0x800;
     1.5  
     1.6  
     1.7 -void sleep(unsigned int mseconds)
     1.8 +static void sleep(unsigned int mseconds)
     1.9  	{
    1.10      clock_t goal = mseconds + clock();
    1.11      while (goal > clock());