Browse Source

move headers I copied from firmware into a directory

Eric Betts 10 months ago
parent
commit
f55b2dfdb5
7 changed files with 3 additions and 3 deletions
  1. 0 0
      headers/app_common.h
  2. 0 0
      headers/app_conf.h
  3. 0 0
      headers/ble_gatt_aci.h
  4. 0 0
      headers/ble_vs_codes.h
  5. 0 0
      headers/stm32_wpan_common.h
  6. 0 0
      headers/tl.h
  7. 3 3
      seos_service.c

+ 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>