alex.kopachov преди 2 години
родител
ревизия
3569c9dff6
променени са 4 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      totp/workers/bt_type_code/bt_type_code.c
  2. 1 1
      totp/workers/type_code_common.c
  3. 0 0
      totp/workers/type_code_common.h
  4. 1 1
      totp/workers/usb_type_code/usb_type_code.c

+ 1 - 1
totp/workers/bt_type_code/bt_type_code.c

@@ -10,7 +10,7 @@
 #include <storage/storage.h>
 #include "../../types/common.h"
 #include "../../types/token_info.h"
-#include "../type-code-common.h"
+#include "../type_code_common.h"
 #include "../../features_config.h"
 
 #if TOTP_TARGET_FIRMWARE == TOTP_FIRMWARE_XTREME_UL

+ 1 - 1
totp/workers/type-code-common.c → totp/workers/type_code_common.c

@@ -1,4 +1,4 @@
-#include "type-code-common.h"
+#include "type_code_common.h"
 #include <furi_hal_usb_hid.h>
 #include <furi/core/kernel.h>
 #include "../../services/convert/convert.h"

+ 0 - 0
totp/workers/type-code-common.h → totp/workers/type_code_common.h


+ 1 - 1
totp/workers/usb_type_code/usb_type_code.c

@@ -6,7 +6,7 @@
 #include <furi/core/check.h>
 #include "../../services/convert/convert.h"
 #include "../../types/token_info.h"
-#include "../type-code-common.h"
+#include "../type_code_common.h"
 
 struct TotpUsbTypeCodeWorkerContext {
     char* code_buffer;