This repository has been archived on 2022-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
jtmm2-old/src/init.c

10 lines
126 B
C

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