jtmm2/src/init.c

11 lines
132 B
C
Raw Normal View History

#include "init.h"
void init()
{
#ifdef FX9860G
gray_start();
#endif /* FX9860G */
#ifdef FXCG50
#endif /* FXCG50*/
}