Changeset baee0fb6 in rtems for c/src/lib/libbsp/m68k/gen68340/console/console.c
- Timestamp:
- 11/04/02 14:26:16 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1625856
- Parents:
- 202ed85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68340/console/console.c
r202ed85 rbaee0fb6 419 419 420 420 /* don't set DUACR twice! */ 421 if (!CHANNEL_ENABLED_A) 422 if (uart_config.baud_speed_table[UART_CHANNEL_B].set==1) DUACR = m340_BRG_Set1; 423 else DUACR = m340_BRG_Set2; 421 if (!CHANNEL_ENABLED_A) { 422 if (uart_config.baud_speed_table[UART_CHANNEL_B].set==1) 423 DUACR = m340_BRG_Set1; 424 else 425 DUACR = m340_BRG_Set2; 426 } 424 427 425 428 /*
Note: See TracChangeset
for help on using the changeset viewer.