Procházet zdrojové kódy

Fixed file name naming

alex.kopachov před 2 roky
rodič
revize
c0efd36ca6

+ 1 - 1
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
workers/type-code-common.c → 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
workers/type-code-common.h → workers/type_code_common.h


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