summaryrefslogtreecommitdiff
path: root/n/es-2006/src/lcd.h
diff options
context:
space:
mode:
authordufourj2006-05-25 20:45:21 +0000
committerdufourj2006-05-25 20:45:21 +0000
commitd4a465bb7fc8737df54ba49ea1b65396daecbdd2 (patch)
tree39154be35117772330ea6dad9bee120811763427 /n/es-2006/src/lcd.h
parent261eca7b454fffefe3f1a8b639d6789f9942853c (diff)
ES :
- gestion du grub avec le LCD ; - gestion des servo moteurs des totems.
Diffstat (limited to 'n/es-2006/src/lcd.h')
-rw-r--r--n/es-2006/src/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/es-2006/src/lcd.h b/n/es-2006/src/lcd.h
index ebd93a0..4b20ad0 100644
--- a/n/es-2006/src/lcd.h
+++ b/n/es-2006/src/lcd.h
@@ -34,7 +34,7 @@
void lcd_init (void);
/* Print something on the LCD */
-inline void lcd_print (uint8_t *string, uint8_t size);
+uint8_t lcd_print (uint8_t *string, uint8_t size);
/* What key is pressed into the LCD keyboard ? */
uint8_t lcd_key (void);