replace hw access with system command on boot seq.

This commit is contained in:
optixx
2009-10-18 10:27:09 +02:00
parent 596a26323a
commit a9a366895a
8 changed files with 53 additions and 23 deletions

View File

@@ -245,6 +245,7 @@ void globals_init(){
int main(void)
{
#ifndef NO_DEBUG
uart_init();
stdout = &uart_stdout;
@@ -260,7 +261,7 @@ int main(void)
pwm_stop();
usbInit();
usb_connect();
sei();
while (1) {
avr_bus_active();
info_P(PSTR("Activate AVR bus\n"));