11 lines
200 B
C
11 lines
200 B
C
/*
|
|
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/* nothing to do */
|
|
static inline void esp_crypto_clk_init(void) {}
|