Remove implicit grouping for PIO defines (#779)
This commit is contained in:
parent
e4a2aa7262
commit
c66a2c1c3b
@ -73,20 +73,16 @@ typedef pio_hw_t *PIO;
|
||||
* e.g. pio_gpio_init(pio0, 5)
|
||||
*
|
||||
* \ingroup hardware_pio
|
||||
* @{
|
||||
*/
|
||||
#define pio0 pio0_hw
|
||||
/** @} */
|
||||
|
||||
/** Identifier for the second (PIO 1) hardware PIO instance (for use in PIO functions).
|
||||
*
|
||||
* e.g. pio_gpio_init(pio1, 5)
|
||||
*
|
||||
* \ingroup hardware_pio
|
||||
* @{
|
||||
*/
|
||||
#define pio1 pio1_hw
|
||||
/** @} */
|
||||
|
||||
/** \brief PIO state machine configuration
|
||||
* \defgroup sm_config sm_config
|
||||
|
Loading…
Reference in New Issue
Block a user