Skip to content

Commit

Permalink
Fixed file name naming
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Jul 5, 2023
1 parent 7054937 commit c0efd36
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workers/bt_type_code/bt_type_code.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion workers/type-code-common.c → workers/type_code_common.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion workers/usb_type_code/usb_type_code.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c0efd36

Please sign in to comment.