瀏覽代碼

removed unused imports

Matthew 2 年之前
父節點
當前提交
26dfafb4a9
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      radar_scanner.c

+ 0 - 6
radar_scanner.c

@@ -1,16 +1,10 @@
 // Created by @MatthewKuKanich for use with the RCWL-0516
 // Design inspired from @unixispower Wire Tester
 
-#include <furi.h>
 #include <furi_hal.h>
-#include <furi_hal_gpio.h>
-#include <furi_hal_power.h>
 #include <gui/gui.h>
-#include <input/input.h>
-#include <notification/notification.h>
 #include <notification/notification_messages.h>
 #include <gui/elements.h>
-#include <stdlib.h>
 
 static const uint32_t EVENT_PERIOD_MS = 10;
 static const float BEEP_FREQ = 1000.0f;