Skip to content

Commit

Permalink
Presto: rename C module to _presto.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 29, 2024
1 parent 27b2fe6 commit 18678d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/c/presto/presto.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ const mp_obj_module_t presto_user_cmodule = {
.globals = (mp_obj_dict_t*)&mp_module_presto_globals,
};

MP_REGISTER_MODULE(MP_QSTR_presto, presto_user_cmodule);
MP_REGISTER_MODULE(MP_QST__presto, presto_user_cmodule);

0 comments on commit 18678d6

Please sign in to comment.