Changeset baee0fb6 in rtems
- 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
- Location:
- c/src/lib/libbsp/m68k/gen68340
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68340/ChangeLog
r202ed85 rbaee0fb6 1 2002-11-04 Joel Sherrill <joel@OARcorp.com> 2 3 * console/console.c, console/m340uart.c: Removed warnings. 4 1 5 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
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 /* -
c/src/lib/libbsp/m68k/gen68340/console/m340uart.c
r202ed85 rbaee0fb6 28 28 #include <m340uart.h> 29 29 #include <stdarg.h> 30 #include <string.h> 30 31 31 32 /* this table shows compatible speed configurations for the MC68340:
Note: See TracChangeset
for help on using the changeset viewer.