chiark
/
gitweb
/
~ianmdlvl
/
marlin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3682d9b
)
added missing declaration of buttons_init()
author
MaikStohn
<git@stohn.de>
Thu, 3 May 2012 13:48:44 +0000
(15:48 +0200)
committer
MaikStohn
<git@stohn.de>
Thu, 3 May 2012 13:48:44 +0000
(15:48 +0200)
This is required when moving the buttons_init() function to the
lcd_init() function
Marlin/ultralcd.h
patch
|
blob
|
history
diff --git
a/Marlin/ultralcd.h
b/Marlin/ultralcd.h
index 39d262222e35297709edd3e5ca13af7f548f71cc..ab5675d598d7afd6595c70bb61c3d549a98626aa 100644
(file)
--- a/
Marlin/ultralcd.h
+++ b/
Marlin/ultralcd.h
@@
-7,6
+7,7
@@
void lcd_init();
void lcd_status(const char* message);
void beep();
+ void buttons_init();
void buttons_check();
#define LCD_UPDATE_INTERVAL 100