alex.kopachov 2 лет назад
Родитель
Сommit
3569c9dff6

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

@@ -10,7 +10,7 @@
 #include <storage/storage.h>
 #include <storage/storage.h>
 #include "../../types/common.h"
 #include "../../types/common.h"
 #include "../../types/token_info.h"
 #include "../../types/token_info.h"
-#include "../type-code-common.h"
+#include "../type_code_common.h"
 #include "../../features_config.h"
 #include "../../features_config.h"
 
 
 #if TOTP_TARGET_FIRMWARE == TOTP_FIRMWARE_XTREME_UL
 #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_hal_usb_hid.h>
 #include <furi/core/kernel.h>
 #include <furi/core/kernel.h>
 #include "../../services/convert/convert.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 <furi/core/check.h>
 #include "../../services/convert/convert.h"
 #include "../../services/convert/convert.h"
 #include "../../types/token_info.h"
 #include "../../types/token_info.h"
-#include "../type-code-common.h"
+#include "../type_code_common.h"
 
 
 struct TotpUsbTypeCodeWorkerContext {
 struct TotpUsbTypeCodeWorkerContext {
     char* code_buffer;
     char* code_buffer;