Skip to content

Commit

Permalink
fix #641
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleRus committed Jun 21, 2024
1 parent bda2198 commit 0c2302f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ Gemfile.lock

# python cache
__pycache__/
/.venv
2 changes: 1 addition & 1 deletion components/ads111x/ads111x.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#define REG_THRESH_L 2
#define REG_THRESH_H 3

#define COMP_QUE_OFFSET 1
#define COMP_QUE_OFFSET 0
#define COMP_QUE_MASK 0x03
#define COMP_LAT_OFFSET 2
#define COMP_LAT_MASK 0x01
Expand Down

0 comments on commit 0c2302f

Please sign in to comment.