2022-01-21 14:43:48 +05:30
|
|
|
/*
|
|
|
|
|
* SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*/
|
2022-02-11 11:54:31 +08:00
|
|
|
#pragma once
|
2022-01-21 14:43:48 +05:30
|
|
|
|
|
|
|
|
#warning Contents of esp32s2/ulp_riscv.h have been merged with ulp_riscv.h. Please include the later to avoid the warning.
|
2022-02-11 11:54:31 +08:00
|
|
|
#include "../ulp_riscv.h"
|