jtmm2/src/init.c

10 lines
126 B
C

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