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
Raw Permalink Normal View History

#include "init.h"
2020-12-21 12:18:55 +01:00
void init() {
#ifdef FX9860G
dgray(DGRAY_ON);
2020-09-10 17:32:26 +02:00
#endif /* FX9860G */
#ifdef FXCG50
#endif /* FXCG50*/
}