Changeset 34
- Timestamp:
- 03/29/2007 11:51:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nano-RK/src/platform/firefly2_2/include/hal_firefly2_2.h
r33 r34 163 163 MCUCR |= BM(PUD); \ 164 164 DDRB = BM(MOSI) | BM(SCK); \ 165 PORTB = BM(MOSI) | BM(SCK) ; \165 PORTB = BM(MOSI) | BM(SCK) | BM(SPI_SS); \ 166 166 DDRC = BM(CSN); \ 167 167 PORTC = BM(CSN); \ 168 168 DDRE = BM(RLED) | BM(YLED) | BM(GLED) | BM(BLED) | BM(UART0_TXD); \ 169 PORTE = BM(UART0_TXD); \ 169 170 DDRA = BM(VREG_EN) | BM(RESET_N) | BM(DEBUG_0) | BM(DEBUG_1); \ 170 171 PORTA = BM(RESET_N); \
Note: See TracChangeset
for help on using the changeset viewer.
