reactivated USB PCI_IO_OFFSET write
This commit is contained in:
@@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
extern void xprintf_before_copy(const char *fmt, ...);
|
extern void xprintf_before_copy(const char *fmt, ...);
|
||||||
extern void display_progress_before_copy(void);
|
extern void display_progress_before_copy(void);
|
||||||
extern void wait_10ms();
|
|
||||||
|
|
||||||
#define xprintf xprintf_before_copy
|
#define xprintf xprintf_before_copy
|
||||||
#define display_progress display_progress_before_copy
|
#define display_progress display_progress_before_copy
|
||||||
|
|||||||
@@ -503,7 +503,7 @@ void test_upd720101(void)
|
|||||||
MCF_PCI_PCICAR_FUNCNUM(0) +
|
MCF_PCI_PCICAR_FUNCNUM(0) +
|
||||||
MCF_PCI_PCICAR_DWORD(57);
|
MCF_PCI_PCICAR_DWORD(57);
|
||||||
|
|
||||||
//* (uint8_t *) PCI_IO_OFFSET = 0x20; // commented out (hangs currently)
|
* (uint8_t *) PCI_IO_OFFSET = 0x20;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user