diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-12-08 17:05:11 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-12-08 17:05:11 +0100 |
commit | 7baef4fb7bbbce9d802099548aebc8a3450c6481 (patch) | |
tree | b12af2e64382f9f4ca8e5537f5b018f7638c66c9 /src | |
parent | 95721ebdc4bad86622d68e0d25074f3e487d1f26 (diff) |
hdc1080: fix typo in kconfig variable name
Diffstat (limited to 'src')
-rw-r--r-- | src/driver/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/Kconfig b/src/driver/Kconfig index 39e99b3..c045442 100644 --- a/src/driver/Kconfig +++ b/src/driver/Kconfig @@ -47,7 +47,7 @@ config driver_eeprom24lc64 bool "24LC64 EEPROM" depends on meta_driver_i2c -config driver_hcd1080 +config driver_hdc1080 bool "HDC1080 TH Sensor with Heated Plate" depends on meta_driver_i2c |