summaryrefslogtreecommitdiff
path: root/shared-bindings/gamepad/__init__.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/gamepad/__init__.c')
-rw-r--r--shared-bindings/gamepad/__init__.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/shared-bindings/gamepad/__init__.c b/shared-bindings/gamepad/__init__.c
index 0c32fd6c1..557777f50 100644
--- a/shared-bindings/gamepad/__init__.c
+++ b/shared-bindings/gamepad/__init__.c
@@ -29,17 +29,7 @@
#include "shared-bindings/gamepad/GamePad.h"
#include "shared-bindings/util.h"
-//| """:mod:`gamepad` --- Button handling
-//| ==================================
-//|
-//| .. module:: gamepad
-//| :synopsis: Button handling
-//| :platform: SAMD21
-//|
-//| .. toctree::
-//| :maxdepth: 3
-//|
-//| GamePad"""
+//| """Button handling in the background"""
//|
STATIC const mp_rom_map_elem_t gamepad_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_gamepad) },