summaryrefslogtreecommitdiff
path: root/shared-bindings/terminalio/__init__.h
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-01-31 10:29:29 -0800
committerScott Shawcroft <scott@tannewt.org>2019-01-31 11:42:15 -0800
commit2c069a5685c9e5bf6b1a081d5566357139c4dff3 (patch)
tree577d84a923be28a1a650ea95e635e994c9606a5d /shared-bindings/terminalio/__init__.h
parentda206012e206f1b8c292972940ae78e9dbc8cec6 (diff)
Polish up comments
Diffstat (limited to 'shared-bindings/terminalio/__init__.h')
-rw-r--r--shared-bindings/terminalio/__init__.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/shared-bindings/terminalio/__init__.h b/shared-bindings/terminalio/__init__.h
index e81818e04..4be14dfc6 100644
--- a/shared-bindings/terminalio/__init__.h
+++ b/shared-bindings/terminalio/__init__.h
@@ -3,7 +3,7 @@
*
* The MIT License (MIT)
*
- * Copyright (c) 2018 Scott Shawcroft
+ * Copyright (c) 2019 Scott Shawcroft
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -24,11 +24,9 @@
* THE SOFTWARE.
*/
-#ifndef MICROPY_INCLUDED_SHARED_BINDINGS_USB_MIDI___INIT___H
-#define MICROPY_INCLUDED_SHARED_BINDINGS_USB_MIDI___INIT___H
+#ifndef MICROPY_INCLUDED_SHARED_BINDINGS_TERMINALIO___INIT___H
+#define MICROPY_INCLUDED_SHARED_BINDINGS_TERMINALIO___INIT___H
-#include "py/obj.h"
+// Nothing now.
-extern mp_obj_dict_t usb_midi_module_globals;
-
-#endif // MICROPY_INCLUDED_SHARED_BINDINGS_USB_MIDI___INIT___H
+#endif // MICROPY_INCLUDED_SHARED_BINDINGS_TERMINALIO___INIT___H