diff options
| author | Luke Hoersten <[email protected]> | 2021-03-12 12:33:48 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-03-12 12:33:48 -0600 |
| commit | 6848c47dd9046e6ed927167adb9185205755c4de (patch) | |
| tree | 6a1186711687c28dfed6530266fc7dae50401345 /main/include/event_queue.h | |
| parent | f24b74e0881818c8b7ddf7bb786363fa9b142f67 (diff) | |
Pruned unused imports.
Diffstat (limited to 'main/include/event_queue.h')
| -rw-r--r-- | main/include/event_queue.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/main/include/event_queue.h b/main/include/event_queue.h index c101c36..79ce6a4 100644 --- a/main/include/event_queue.h +++ b/main/include/event_queue.h @@ -1,21 +1,3 @@ -#include <stdio.h> -#include <string.h> -#include <freertos/FreeRTOS.h> -#include <freertos/task.h> -#include <freertos/timers.h> -#include <freertos/queue.h> -#include <esp_log.h> -#include <driver/gpio.h> -#include <driver/adc.h> - -#include <hap.h> - -#include <hap_apple_servs.h> -#include <hap_apple_chars.h> - -#include <app_wifi.h> -#include <app_hap_setup_payload.h> - static const char *TAG = "HAP Intercom"; void intercom_event_queue_bell_ring(); |
