HIGH/LOW naming of pin state settings (#19089)

This commit is contained in:
Giuliano Zaro
2020-08-22 06:13:43 +02:00
committed by GitHub
parent 93167afaf5
commit 8652a7bdd2
7 changed files with 21 additions and 17 deletions

View File

@ -93,5 +93,5 @@
#define USB_VBOF_GPIO (PIO_PB10_IDX)
#define USB_VBOF_FLAGS (PIO_PERIPH_A | PIO_DEFAULT)
/*! Active level of the USB_VBOF output pin. */
#define USB_VBOF_ACTIVE_LEVEL LOW
#define USB_VBOF_ACTIVE_STATE LOW
/* ------------------------------------------------------------------------ */