aboutsummaryrefslogtreecommitdiff
path: root/backends/timer/psp/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/timer/psp/timer.h')
-rw-r--r--backends/timer/psp/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/timer/psp/timer.h b/backends/timer/psp/timer.h
index ec31addb72..01b1ca636e 100644
--- a/backends/timer/psp/timer.h
+++ b/backends/timer/psp/timer.h
@@ -24,8 +24,8 @@
*/
#ifndef PSP_TIMER_H
-#define PSP_TIMER_H
-
+#define PSP_TIMER_H
+
class PspTimer {
public:
typedef void (* CallbackFunc)(void);
@@ -44,4 +44,4 @@ private:
bool _init;
};
-#endif
+#endif // PSP_TIMER_H