Files
AC707N/SensorHub/include/driver/cpu/br35/clock_interface.h
T
2025-12-03 11:12:34 +08:00

12 lines
178 B
C

#ifndef __CLOCK_INTERFACE_H__
#define __CLOCK_INTERFACE_H__
#include "includes.h"
#include "clock/boot_xosc.h"
#include "clock/p11_clk_cfg.h"
#include "clock/clock.h"
#endif