]> git.gag.com Git - fw/sdcc/blobdiff - device/lib/ds390/tinibios.c
* device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code warning
[fw/sdcc] / device / lib / ds390 / tinibios.c
index 13f87e12ca7c42d641e8910e30b008b4aa7902f2..b9c89688d7baf3e8b768e4c4e4ff0f894d5c05a0 100755 (executable)
@@ -134,8 +134,10 @@ unsigned int cpuSpeed;
 
 void CpuSpeed(unsigned int speed) {
 
+  #if 0
   while (0 && (EXIF&0x04))
     ; // cpu operates from ring buffer
+  #endif
   PMR = 0x80; // div4, CTM off, multiplier 2x
   switch (speed) 
     {