From ef3d2008fc87811e971c36e24bff9382d8126ef4 Mon Sep 17 00:00:00 2001 From: Armando Date: Wed, 7 Sep 2022 11:39:59 +0800 Subject: [PATCH] esp_adc: remove blank file `adc_lock.c` and `adc_lock.h` are removed. Content in these two files are moved to `adc_share_hw_ctrl.c` and `adc_share_hw_ctrl.h`, in commit 4f80c0f2. `adc_lock.c` and `adc_lock.h` are left due to auto-solving conflicts. This commit removes these two blank files. --- components/esp_adc/adc_lock.c | 0 components/esp_adc/include/esp_private/adc_lock.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 components/esp_adc/adc_lock.c delete mode 100644 components/esp_adc/include/esp_private/adc_lock.h diff --git a/components/esp_adc/adc_lock.c b/components/esp_adc/adc_lock.c deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/components/esp_adc/include/esp_private/adc_lock.h b/components/esp_adc/include/esp_private/adc_lock.h deleted file mode 100644 index e69de29bb2..0000000000