Calls nrf_gpio_cfg_output(PRST_PHOTO_V)
This commit is contained in:
parent
d2daefaf46
commit
6f98aa34b1
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ static void log_init(void) {
|
||||||
static void gpio_init(void) {
|
static void gpio_init(void) {
|
||||||
nrf_gpio_cfg_output(PRST_LED_PIN);
|
nrf_gpio_cfg_output(PRST_LED_PIN);
|
||||||
nrf_gpio_cfg_output(PRST_FAST_DISCH_PIN);
|
nrf_gpio_cfg_output(PRST_FAST_DISCH_PIN);
|
||||||
|
nrf_gpio_cfg_output(PRST_PHOTO_V);
|
||||||
NRF_LOG_INFO("GPIO pins inited.");
|
NRF_LOG_INFO("GPIO pins inited.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue