pru: Use enumerations for pin mappings

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-03-12 12:31:07 -04:00
committed by KevinOConnor
parent 91cf497656
commit ae24baf99a
3 changed files with 8 additions and 13 deletions

View File

@@ -51,6 +51,8 @@ adc_full_reset(void)
have_done_reset = 1;
}
DECL_ENUMERATION_RANGE("pin", "AIN0", 4 * 32, 8);
struct gpio_adc
gpio_adc_setup(uint8_t pin)
{