Skip to content

Commit

Permalink
Default fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyguy committed Jul 8, 2024
1 parent cb7294f commit f3e1abb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/sensor/hx711/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ endchoice

config HX711_SAMPLING_RATE
int "HX711 sampling rate"
default 0
default 0 if HX711_RATE_10HZ
default 1 if HX711_RATE_80HZ

Expand All @@ -72,7 +71,6 @@ config HX711_DISABLE_INTERRUPTS_WHILE_POLLING

config HX711_GAIN
int
default 1
default 1 if HX711_GAIN_128X
default 2 if HX711_GAIN_32X
default 3 if HX711_GAIN_64X
Expand Down

0 comments on commit f3e1abb

Please # to comment.