mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Move tcc77x/usb-tcc77x.c to usb-tcc.c as it is more general than just tcc77x (even usb-tcc is too specific, but I don't know anything better)
Add #if0ed USB defines to config-cowond2.h, so experimenting with USB is easy Add dummy set_serial_descriptor() implementation to usb_core.c. This one doesn't generate a unique serial, so it must never be used for non-testing purposes. When usaed, a compiler warning will be generated git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19273 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f7db212d5
commit
caaf3c0b97
5 changed files with 25 additions and 7 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#include "config.h"
|
||||
#include "usb.h"
|
||||
|
||||
#include "usb-tcc7xx.h"
|
||||
#include "usb-tcc.h"
|
||||
|
||||
#include "cpu.h"
|
||||
#include "system.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue