summaryrefslogtreecommitdiff
path: root/libhw/rp2040_include
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-12 00:17:31 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-12 00:17:31 -0700
commit755db30028622de604ef98a5b28c2c4128b6f3d7 (patch)
treee56d5cad9816a61a18434bb88b8fee5a07dbc034 /libhw/rp2040_include
parentdd83b1e231ea89e4ceb3302d3b68fca4761b11b8 (diff)
Oh dang, I broke `make lint` a while back :(
Diffstat (limited to 'libhw/rp2040_include')
-rw-r--r--libhw/rp2040_include/libhw/rp2040_hwtimer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libhw/rp2040_include/libhw/rp2040_hwtimer.h b/libhw/rp2040_include/libhw/rp2040_hwtimer.h
index 0885edf..6710ab1 100644
--- a/libhw/rp2040_include/libhw/rp2040_hwtimer.h
+++ b/libhw/rp2040_include/libhw/rp2040_hwtimer.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
-#ifndef _LIBHW_RP2040_HWALARM_H_
-#define _LIBHW_RP2040_HWALARM_H_
+#ifndef _LIBHW_RP2040_HWTIMER_H_
+#define _LIBHW_RP2040_HWTIMER_H_
#include <libhw/generic/alarmclock.h>
@@ -23,4 +23,4 @@ enum rp2040_hwalarm_instance {
implements_alarmclock *rp2040_hwtimer(enum rp2040_hwalarm_instance alarm_num);
-#endif /* _LIBHW_RP2040_HWALARM_H_ */
+#endif /* _LIBHW_RP2040_HWTIMER_H_ */