File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
FprimeZephyrReference/ReferenceDeployment/Top Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ void configureTopology() {
5858 rateGroup10Hz.configure (rateGroup10HzContext, FW_NUM_ARRAY_ELEMENTS (rateGroup10HzContext));
5959 rateGroup1Hz.configure (rateGroup1HzContext, FW_NUM_ARRAY_ELEMENTS (rateGroup1HzContext));
6060
61- gpioDriver .open (ledGpio, Zephyr::ZephyrGpioDriver::GpioConfiguration::OUT);
61+ gpioWatchdog .open (ledGpio, Zephyr::ZephyrGpioDriver::GpioConfiguration::OUT);
6262 gpioBurnwire0.open (burnwire0Gpio, Zephyr::ZephyrGpioDriver::GpioConfiguration::OUT);
6363 gpioBurnwire1.open (burnwire1Gpio, Zephyr::ZephyrGpioDriver::GpioConfiguration::OUT);
6464 /*
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ module ReferenceDeployment {
9898
9999 instance comDriver: Zephyr.ZephyrUartDriver base id 0x10013000
100100
101- instance gpioDriver : Zephyr.ZephyrGpioDriver base id 0x10014000
101+ instance gpioWatchdog : Zephyr.ZephyrGpioDriver base id 0x10014000
102102
103103 instance watchdog: Components.Watchdog base id 0x10015000
104104
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module ReferenceDeployment {
2626 instance rateGroupDriver
2727 instance timer
2828 instance lora
29- instance gpioDriver
29+ instance gpioWatchdog
3030 instance gpioBurnwire0
3131 instance gpioBurnwire1
3232 instance watchdog
You can’t perform that action at this time.
0 commit comments