Changeset 5da3ff47 in rtems
- Timestamp:
- 05/24/23 09:29:10 (4 months ago)
- Branches:
- master
- Children:
- bdb4bc4
- Parents:
- bc31fb65
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/24/23 09:29:10)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/26/23 04:56:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/xilinx-zynq/console/debug-console.c
rbc31fb65 r5da3ff47 51 51 } 52 52 53 static void zynq_debug_console_early_init(char c); 54 53 55 static void zynq_debug_console_init(void) 54 56 { 55 57 rtems_termios_device_context *base = 56 58 &zynq_uart_instances[BSP_CONSOLE_MINOR].base; 59 60 if (BSP_output_char != zynq_debug_console_early_init) { 61 return; 62 } 57 63 58 64 zynq_uart_initialize(base);
Note: See TracChangeset
for help on using the changeset viewer.