Skip to content

Commit 05afdcf

Browse files
committed
Drop deprecated configure_gpio command.
1 parent aaf698a commit 05afdcf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

prawn_do/prawn_do.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ void set_status(int new_status)
6969
mutex_exit(&status_mutex);
7070
}
7171

72-
void configure_gpio()
73-
{
74-
gpio_init_mask(output_mask);
75-
gpio_set_dir_out_masked(output_mask);
76-
}
77-
7872
/*
7973
Start pio state machine
8074

0 commit comments

Comments
 (0)