File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ int timed_led_toggle_init(void)
6161 }
6262
6363 err = nrfx_gppi_conn_alloc (controller_time_trigger_event_addr_get (),
64- nrfx_gpiote_out_task_address_get (& gpiote , LED_PIN ),
64+ nrfx_gpiote_out_task_address_get (gpiote , LED_PIN ),
6565 & ppi_led_toggle );
6666 if (err < 0 ) {
6767 printk ("Failed allocating PPI chan for toggling led\n" );
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ int timed_led_toggle_init(void)
6161 }
6262
6363 err = nrfx_gppi_conn_alloc (controller_time_trigger_event_addr_get (),
64- nrfx_gpiote_out_task_address_get (& gpiote , LED_PIN ),
64+ nrfx_gpiote_out_task_address_get (gpiote , LED_PIN ),
6565 & ppi_led_toggle );
6666 if (err < 0 ) {
6767 printk ("Failed allocating PPI chan for toggling led\n" );
You can’t perform that action at this time.
0 commit comments