mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 11:03:50 +01:00
Merge pull request #17682 from fabian18/nucleo-f767zi_adc_conf_indentation
boards/nucleo-f767zi: fix adc_config indentation
This commit is contained in:
commit
900c13cadf
@ -198,12 +198,12 @@ static const eth_conf_t eth_config = {
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
static const adc_conf_t adc_config[] = {
|
static const adc_conf_t adc_config[] = {
|
||||||
{GPIO_PIN(PORT_A, 3), 2, 3},
|
{GPIO_PIN(PORT_A, 3), 2, 3},
|
||||||
{GPIO_PIN(PORT_C, 0), 2, 10},
|
{GPIO_PIN(PORT_C, 0), 2, 10},
|
||||||
{GPIO_PIN(PORT_C, 3), 2, 13},
|
{GPIO_PIN(PORT_C, 3), 2, 13},
|
||||||
{GPIO_PIN(PORT_F, 3), 2, 9},
|
{GPIO_PIN(PORT_F, 3), 2, 9},
|
||||||
{GPIO_PIN(PORT_F, 5), 2, 15},
|
{GPIO_PIN(PORT_F, 5), 2, 15},
|
||||||
{GPIO_PIN(PORT_F, 10), 2, 8},
|
{GPIO_PIN(PORT_F, 10), 2, 8},
|
||||||
};
|
};
|
||||||
|
|
||||||
#define ADC_NUMOF ARRAY_SIZE(adc_config)
|
#define ADC_NUMOF ARRAY_SIZE(adc_config)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user