mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix yellows.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22271 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3290f1f025
commit
50d09bd84c
2 changed files with 4 additions and 2 deletions
|
|
@ -38,6 +38,7 @@
|
|||
#include "keyboard.h"
|
||||
#include "viewport.h"
|
||||
#include "file.h"
|
||||
#include "splash.h"
|
||||
|
||||
#ifndef O_BINARY
|
||||
#define O_BINARY 0
|
||||
|
|
@ -297,7 +298,7 @@ int kbd_input(char* text, int buflen)
|
|||
unsigned short ch;
|
||||
unsigned char *utf8;
|
||||
bool cur_blink = true; /* Cursor on/off flag */
|
||||
int ret;
|
||||
int ret = 0; /* assume success */
|
||||
#ifdef KBD_MORSE_INPUT
|
||||
bool morse_reading = false;
|
||||
unsigned char morse_code = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue