飞思卡尔LIN总线解决测试代码

#include "hidef.h"

#include "non_bank.sgm"

#include "runTIme.sgm"

#ifndef __HCS12X__ /* it's different for the HCS12X. See the text below at the #else // __HCS12X__ */

/*

   According to the -Cp opTIon of the compiler the

   __DPAGE__, __PPAGE__ and __EPAGE__ macros are defined.

   If none of them is given as argument, then no page accesses should occur and

   this runTIme rouTIne should not be used !

   To be on the save side, the runtime routines are created anyway.

   If some of the -Cp options are given an adapted versions which only covers the

   needed cases is produced.