diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-03-18 23:14:43 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-03-18 23:14:43 -0400 |
| commit | b2d913412f79c09ddac6e123f0e347117a7580c5 (patch) | |
| tree | 48eb8dbe674559a7618f8c63e4dacbd0ed2ebbeb /shared-bindings/gamepadshift/__init__.c | |
| parent | 08c5dbb0033c2f3838d7d52f98d3844a56253f81 (diff) | |
| parent | d0125617fd9b2652faa1f3c9a88277304fcc66c4 (diff) | |
merge from upstream
Diffstat (limited to 'shared-bindings/gamepadshift/__init__.c')
| -rw-r--r-- | shared-bindings/gamepadshift/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/gamepadshift/__init__.c b/shared-bindings/gamepadshift/__init__.c index f17135893..1b25d342a 100644 --- a/shared-bindings/gamepadshift/__init__.c +++ b/shared-bindings/gamepadshift/__init__.c @@ -40,5 +40,5 @@ STATIC MP_DEFINE_CONST_DICT(gamepadshift_module_globals, gamepadshift_module_glo const mp_obj_module_t gamepadshift_module = { .base = { &mp_type_module }, - .globals = (mp_obj_dict_t*)&gamepadshift_module_globals, + .globals = (mp_obj_dict_t *)&gamepadshift_module_globals, }; |
