Sansa AMS bootloader: use the correct (renamed) header file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19075 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7ff0ef9020
commit
f7b1d806e6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "lcd.h"
|
#include "lcd.h"
|
||||||
#include "backlight-target.h"
|
#include "backlight-target.h"
|
||||||
#include "as3525-codec.h"
|
#include "ascodec-target.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "storage.h"
|
#include "storage.h"
|
||||||
#include "disk.h"
|
#include "disk.h"
|
||||||
|
|
Loading…
Reference in a new issue