RabbitECUTeensyMCUXpresso/source/System/SYSAbstract.h

24 lines
929 B
C
Raw Permalink Normal View History

2021-03-09 03:46:37 -08:00
/******************************************************************************/
/* System abstraction header file */
/******************************************************************************/
/* */
/* Copyright (c) 2013 MD Automotive Controls. All rights reserved. */
/* This file contains macros that are invoked in hardware independent files */
/* */
/* */
/******************************************************************************/
#include <SYS.h>
#include "time.h"
#ifdef KERNEL
#ifndef SYSABSTRACT_H
#define SYSABSTRACT_H
#include "mk64f12.h"
#define get_fattime TIME_u32GetFATTime
#endif // SYSABSTRACT_H
#endif // KERNEL