12 lines
178 B
C
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
|