TimeCapture.h 320 Bytes
Newer Older
崔立宝's avatar
崔立宝 committed
1 2 3 4 5 6 7 8 9 10 11

#ifndef _TimeCapture_H_
#define _TimeCapture_H_
/* Include the derivative-specific header file */
#include <mc9s12xhy256.h>
#include <hidef.h>                /* also includes boolean definitions in stdtypes.h     */
#include <mc9S12xhy256.h>         /* derivative information */

void Allow_Input_Capture(void);

#endif