Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eamars committed Dec 8, 2023
1 parent 5ab2950 commit 4fe1ef7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/and_scale_calibrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ bool show_next_key = false;
TaskHandle_t scale_calibration_render_task_handler = NULL;


extern void scale_press_cal_key();
extern void scale_press_print_key();


void scale_calibration_render_task(void *p) {
while (true) {
Expand Down

0 comments on commit 4fe1ef7

Please sign in to comment.