diff options
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(); |
