summaryrefslogtreecommitdiff
path: root/shared-bindings/microcontroller/__init__.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/microcontroller/__init__.h')
-rw-r--r--shared-bindings/microcontroller/__init__.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shared-bindings/microcontroller/__init__.h b/shared-bindings/microcontroller/__init__.h
index 52aabf9b8..9bad926cd 100644
--- a/shared-bindings/microcontroller/__init__.h
+++ b/shared-bindings/microcontroller/__init__.h
@@ -24,8 +24,8 @@
* THE SOFTWARE.
*/
-#ifndef __MICROPY_INCLUDED_SHARED_BINDINGS_MICROCONTROLLER___INIT___H__
-#define __MICROPY_INCLUDED_SHARED_BINDINGS_MICROCONTROLLER___INIT___H__
+#ifndef MICROPY_INCLUDED_SHARED_BINDINGS_MICROCONTROLLER___INIT___H
+#define MICROPY_INCLUDED_SHARED_BINDINGS_MICROCONTROLLER___INIT___H
#include "py/mpconfig.h"
#include "py/obj.h"
@@ -44,4 +44,4 @@ extern const nvm_bytearray_obj_t common_hal_mcu_nvm_obj;
#endif
-#endif // __MICROPY_INCLUDED_SHARED_BINDINGS_MICROCONTROLLER___INIT___H__
+#endif // MICROPY_INCLUDED_SHARED_BINDINGS_MICROCONTROLLER___INIT___H