Skip to content

Commit

Permalink
fix(led_indicator): Update test_led_indicator.c
Browse files Browse the repository at this point in the history
No need the Button

Close #328
  • Loading branch information
franz-zasso authored and lijunru-hub committed Jan 25, 2024
1 parent 640d3d9 commit 68102d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## IDF Component Manager Manifest File
dependencies:
espressif/button: "*"
## Required IDF version
idf:
version: ">=4.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "led_indicator_blink_default.h"
#include "unity.h"
#include "led_gamma.h"
#include "iot_button.h"
#include "led_convert.h"

// Some resources are lazy allocated in pulse_cnt driver, the threshold is left for that case
Expand Down

0 comments on commit 68102d6

Please sign in to comment.