aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/usrsw.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/usrsw.h')
-rw-r--r--ports/stm32/usrsw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32/usrsw.h b/ports/stm32/usrsw.h
index d96e3c281..a8a087db2 100644
--- a/ports/stm32/usrsw.h
+++ b/ports/stm32/usrsw.h
@@ -23,12 +23,12 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-#ifndef MICROPY_INCLUDED_STMHAL_USRSW_H
-#define MICROPY_INCLUDED_STMHAL_USRSW_H
+#ifndef MICROPY_INCLUDED_STM32_USRSW_H
+#define MICROPY_INCLUDED_STM32_USRSW_H
void switch_init0(void);
int switch_get(void);
extern const mp_obj_type_t pyb_switch_type;
-#endif // MICROPY_INCLUDED_STMHAL_USRSW_H
+#endif // MICROPY_INCLUDED_STM32_USRSW_H