Kaynağa Gözat

move headers I copied from firmware into a directory

Eric Betts 10 ay önce
ebeveyn
işleme
f55b2dfdb5

+ 0 - 0
app_common.h → headers/app_common.h


+ 0 - 0
app_conf.h → headers/app_conf.h


+ 0 - 0
ble_gatt_aci.h → headers/ble_gatt_aci.h


+ 0 - 0
ble_vs_codes.h → headers/ble_vs_codes.h


+ 0 - 0
stm32_wpan_common.h → headers/stm32_wpan_common.h


+ 0 - 0
tl.h → headers/tl.h


+ 3 - 3
seos_service.c

@@ -1,10 +1,10 @@
 #include "seos_service.h"
-#include "app_common.h"
+#include "headers/app_common.h"
 #include <furi_ble/event_dispatcher.h>
 #include <furi_ble/gatt.h>
 
-#include "ble_vs_codes.h"
-#include "ble_gatt_aci.h"
+#include "headers/ble_vs_codes.h"
+#include "headers/ble_gatt_aci.h"
 
 #include <furi.h>