Compare commits

...

2 Commits

Author SHA1 Message Date
PoliEcho 82190216c3 Merge branch 'master' of https://git.pupes.org/PoliEcho/sint-gauntlet 2026-04-24 14:16:59 +02:00
PoliEcho 4403583fcc finish initialization 2026-04-24 14:16:22 +02:00
+1 -3
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() {