finish initialization

This commit is contained in:
PoliEcho 2026-04-24 14:16:22 +02:00
parent ceef2e65d1
commit 4403583fcc

View File

@ -33,10 +33,8 @@ void init_all() {
for (uint8_t i=0; i < ARRAY_LENGTH(adc_gpio); i++) {
adc_gpio_init(adc_gpio[i]);
adc_select_input(i);
}
}
__attribute__((noreturn)) int main() {