File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
FprimeZephyrReference/ReferenceDeployment/Top Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ void configureTopology() {
6565 rateGroup10Hz.configure (rateGroup10HzContext, FW_NUM_ARRAY_ELEMENTS (rateGroup10HzContext));
6666 rateGroup1Hz.configure (rateGroup1HzContext, FW_NUM_ARRAY_ELEMENTS (rateGroup1HzContext));
6767
68- // gpioDriver.open(ledGpio, Zephyr::ZephyrGpioDriver::GpioConfiguration::OUT);
69- // gpioBurnwire0.open(burnwire0Gpio, Zephyr::ZephyrGpioDriver::GpioConfiguration::OUT);
70- // gpioBurnwire1.open(burnwire1Gpio, Zephyr::ZephyrGpioDriver::GpioConfiguration::OUT);
68+ gpioDriver.open (ledGpio, Zephyr::ZephyrGpioDriver::GpioConfiguration::OUT);
69+ gpioBurnwire0.open (burnwire0Gpio, Zephyr::ZephyrGpioDriver::GpioConfiguration::OUT);
70+ gpioBurnwire1.open (burnwire1Gpio, Zephyr::ZephyrGpioDriver::GpioConfiguration::OUT);
7171}
7272
7373// Public functions for use in main program are namespaced with deployment name ReferenceDeployment
You can’t perform that action at this time.
0 commit comments