Sansa View: adjust two things (define fake codec, missing header file) in order

to compile the bootloader (now it should).

Change-Id: Iba6aa2f118670d66e10451eaf43dd4d83176b06a
This commit is contained in:
Szymon Dziok 2014-03-27 22:35:04 +00:00
parent 938aa8eefe
commit 62ac0c78c3
2 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,7 @@
****************************************************************************/
#include <string.h>
#include "cpu.h"
#include "kernel.h"
#include "system.h"
#include "backlight-target.h"
#include "lcd.h"