Added missing safegard #ifdef FXCG50 for correct build of fx9860G version without NW modules

This commit is contained in:
Sylvain PILLOT 2024-02-04 19:38:12 +01:00
parent 226f82ec8c
commit 9156a21afa
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#ifdef FXCG50
//---------------------------------------------------------------------------//
// ____ PythonExtra //
//.-'`_ o `;__, A community port of MicroPython for CASIO calculators. //
@ -172,3 +174,5 @@ const mp_obj_module_t ion_module = {
};
MP_REGISTER_MODULE(MP_QSTR_ion, ion_module);
#endif // FXCG50

View File

@ -1,3 +1,5 @@
#ifdef FXCG50
//---------------------------------------------------------------------------//
// ____ PythonExtra //
//.-'`_ o `;__, A community port of MicroPython for CASIO calculators. //
@ -299,3 +301,5 @@ const mp_obj_module_t kandinsky_module = {
};
MP_REGISTER_MODULE(MP_QSTR_kandinsky, kandinsky_module);
#endif //FXCG50

View File

@ -1,3 +1,5 @@
#ifdef FXCG50
//---------------------------------------------------------------------------//
// ____ PythonExtra //
//.-'`_ o `;__, A community port of MicroPython for CASIO calculators. //
@ -109,3 +111,5 @@ const mp_obj_module_t time_module = {
};
MP_REGISTER_MODULE(MP_QSTR_time, time_module);
#endif //FXCG50