removed comment on USB controller initialization

This commit is contained in:
Markus Fröschle
2013-10-26 11:56:18 +00:00
parent 5dfb76f1d4
commit d8a6c895d4
2 changed files with 13 additions and 1 deletions

View File

@@ -29,6 +29,18 @@
#include "stdint.h"
#include "bas_printf.h"
uint32_t pci_read_config_longword(uint16_t slot, uint16_t function, uint16_t offset)
{
return 0;
}
uint16_t pci_read_config_word(uint16_t slot, uint16_t function, uint16_t offset)
{
return 0;
}
/* start of PCI initialization code */
void init_eport(void)
{
/* concigure IRQ1-7 pins on EPORT falling edge triggered */