phy_init_data.h 465 B

12345678910111213141516171819202122
  1. /*
  2. * SPDX-FileCopyrightText: 2016-2022 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef PHY_INIT_DATA_H
  7. #define PHY_INIT_DATA_H /* don't use #pragma once here, we compile this file sometimes */
  8. #include "esp_phy_init.h"
  9. #include "sdkconfig.h"
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. // There is no init data for ESP32H2 right now, could be added when necessary.
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif /* PHY_INIT_DATA_H */