Code cleanup, got rid of warnings

This commit is contained in:
bernd 2011-07-25 08:48:19 +02:00
parent 54a8ce80f9
commit 242bb480a0
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@
#include "basic/basic.h" #include "basic/basic.h"
#include "lcd/backlight.h"
#include "lcd/render.h" #include "lcd/render.h"
#include "lcd/display.h" #include "lcd/display.h"
#include "lcd/allfonts.h" #include "lcd/allfonts.h"
@ -165,8 +166,7 @@ void main_life(void) {
lcdFill(0); lcdFill(0);
font = &Font_Orbitron14pt; font = &Font_Orbitron14pt;
int dx; DoString(20,20,"NICK");
dx=DoString(20,20,"NICK");
gpioSetValue (RB_LED0, CFG_LED_ON); gpioSetValue (RB_LED0, CFG_LED_ON);
gpioSetValue (RB_LED1, CFG_LED_ON); gpioSetValue (RB_LED1, CFG_LED_ON);