Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lowRISC/opentitan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 086612cdb1c15660bda6d124a45e11f0bead393e
Choose a base ref
..
head repository: lowRISC/opentitan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61ee33c546152b596fd77a7d381fa8f66148a4f0
Choose a head ref
Showing with 1 addition and 3 deletions.
  1. +1 −3 sw/device/sca/lib/sca.c
4 changes: 1 addition & 3 deletions sw/device/sca/lib/sca.c
Original file line number Diff line number Diff line change
@@ -283,9 +283,7 @@ void sca_init(sca_trigger_source_t trigger, sca_peripherals_t enable) {
sca_disable_peripherals(~enable);
}

const dif_uart_t *sca_get_uart(void) {
return &uart1;
}
const dif_uart_t *sca_get_uart(void) { return &uart1; }

void sca_select_trigger_type(sca_trigger_type_t trigger_type) {
if (trigger_type == kScaTriggerTypeHwGated) {