Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
luisan00 committed Jul 15, 2022
1 parent 4965d1e commit e2502c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/meshme/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ extern "C" {
/**
* @brief Available ADC lines
*/
static const adc_conf_t adc_config[] = {
static const adc_conf_t adc_config[] = {
GPIO_PIN(PORT_A, 6), /*!< GPIO_PA6 as ADC input */
GPIO_PIN(PORT_A, 7), /*!< GPIO_PA7 as ADC input */
};
Expand Down
2 changes: 1 addition & 1 deletion tests/periph_adc/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@ingroup test_group
@{

## Test the [A]nalog to [D]igital [C}onverter peripheral
## Test the [A]nalog to [D]igital [C}onverter peripheral

To test the code in automatic mode:

Expand Down
1 change: 1 addition & 0 deletions tests/periph_adc/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ void test_adc_read(void) {
err = 0;
}
}

}

TEST_ASSERT_EQUAL_INT(0, err);
Expand Down

0 comments on commit e2502c0

Please sign in to comment.