mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 15:41:02 +08:00
bugfix(i2s): remove_i2s_bbpll_clk_enable
* In the latest version, i2c_bbpll is turned on by PHY by default. Configuring the register again may affect the bbpll state. * Model sleep does not affect the I2S clock. I2S cannot be used under light sleep.
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#ifndef _SLC_REGISTER_H_
|
||||
#define _SLC_REGISTER_H_
|
||||
#ifndef _I2S_REGISTER_H_
|
||||
#define _I2S_REGISTER_H_
|
||||
|
||||
#include "eagle_soc.h"
|
||||
|
||||
|
Reference in New Issue
Block a user