summaryrefslogtreecommitdiff
path: root/apps/examples/pashello/pashello.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/pashello/pashello.h')
-rw-r--r--apps/examples/pashello/pashello.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/pashello/pashello.h b/apps/examples/pashello/pashello.h
index ac5f99fbe..6a550764c 100644
--- a/apps/examples/pashello/pashello.h
+++ b/apps/examples/pashello/pashello.h
@@ -50,6 +50,6 @@
/* Defined in device.c */
-extern void hello_register(void);
+void hello_register(void);
#endif /* __EXAMPLES_PASHELLO_H */