Skip to content

Commit

Permalink
delete unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
zinongli committed Aug 4, 2024
1 parent 0f3110e commit 7d7cecb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions key_copier.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,12 @@
#include "key_copier.h"
#include <applications/services/storage/storage.h>
#include <stdbool.h>
#include <math.h>

#define TAG "KeyCopier"

#define INCHES_PER_PX 0.00978

#define FIRST_PIN_INCH 0.247
#define LAST_PIN_INCH 0.997
#define PIN_INCREMENT_INCH 0.15

#define UNCUT_DEPTH_INCH 0.329
#define DEEPEST_DEPTH_INCH 0.191
#define DEPTH_STEP_INCH 0.023
#define MAX_DEPTH_IND ((UNCUT_DEPTH_INCH - DEEPEST_DEPTH_INCH) / DEPTH_STEP_INCH)
#define PIN_WIDTH_INCH 0.084
#define PIN_NUM 6

// Change this to BACKLIGHT_AUTO if you don't want the backlight to be continuously on.
#define BACKLIGHT_ON 1

Expand Down

0 comments on commit 7d7cecb

Please sign in to comment.