Changeset 34


Ignore:
Timestamp:
03/29/2007 11:51:36 PM (5 years ago)
Author:
agr
Message:

firefly2_2 startup bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nano-RK/src/platform/firefly2_2/include/hal_firefly2_2.h

    r33 r34  
    163163        MCUCR |= BM(PUD); \ 
    164164        DDRB  = BM(MOSI) | BM(SCK);  \ 
    165         PORTB = BM(MOSI) | BM(SCK); \ 
     165        PORTB = BM(MOSI) | BM(SCK) | BM(SPI_SS); \ 
    166166        DDRC  = BM(CSN); \ 
    167167        PORTC = BM(CSN); \ 
    168168        DDRE  = BM(RLED) | BM(YLED) | BM(GLED) | BM(BLED) | BM(UART0_TXD); \ 
     169        PORTE  = BM(UART0_TXD); \ 
    169170        DDRA  = BM(VREG_EN) | BM(RESET_N) | BM(DEBUG_0) | BM(DEBUG_1); \ 
    170171        PORTA = BM(RESET_N); \ 
Note: See TracChangeset for help on using the changeset viewer.