David Lin преди 5 години
родител
ревизия
9f5d860d04
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      components/drivers/audio/audio.c

+ 0 - 2
components/drivers/audio/audio.c

@@ -12,7 +12,6 @@
 #include <stdio.h>
 #include <stdio.h>
 #include <string.h>
 #include <string.h>
 #include <rthw.h>
 #include <rthw.h>
-#include <rtthread.h>
 #include <rtdevice.h>
 #include <rtdevice.h>
 
 
 #define DBG_TAG              "audio"
 #define DBG_TAG              "audio"
@@ -590,7 +589,6 @@ int rt_audio_samplerate_to_speed(rt_uint32_t bitValue)
         speed = 192000;
         speed = 192000;
         break;
         break;
     default:
     default:
-
         break;
         break;
     }
     }