/*! @brief Type used for all status and error return values. */
typedef int32_t status_t;
-/*
- * The fsl_clock.h is included here because it needs MAKE_VERSION/MAKE_STATUS/status_t
- * defined in previous of this file.
- */
-#include "fsl_clock.h"
-
/*
* Chip level peripheral reset API, for MCUs that implement peripheral reset control external to a peripheral
*/
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "fsl_device_registers.h"
-#include "clock_config.h"
-#include "board.h"
#include <stdio.h>
#include <stdlib.h>