Whitespace fix
This commit is contained in:
parent
7da2d5264e
commit
f913142b1d
|
@ -171,7 +171,7 @@ index d976464de..d43d8fe96 100644
|
|||
@@ -126,6 +129,26 @@ int main(int argc, char **argv) {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
+ // Initialise GP25 as an output so VSYS can be read
|
||||
+ gpio_init(25);
|
||||
+ gpio_set_dir(25, true);
|
||||
|
@ -187,7 +187,7 @@ index d976464de..d43d8fe96 100644
|
|||
+ for(uint8_t i = 0u; i < 16u; i++) {
|
||||
+ runtime_wakeup_adc_value += adc_read();
|
||||
+ }
|
||||
+
|
||||
+
|
||||
+ // Cleanup GP25 and 29
|
||||
+ gpio_init(29);
|
||||
+ gpio_init(25);
|
||||
|
|
|
@ -171,7 +171,7 @@ index d976464de..d43d8fe96 100644
|
|||
@@ -126,6 +129,26 @@ int main(int argc, char **argv) {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
+ // Initialise GP25 as an output so VSYS can be read
|
||||
+ gpio_init(25);
|
||||
+ gpio_set_dir(25, true);
|
||||
|
@ -187,7 +187,7 @@ index d976464de..d43d8fe96 100644
|
|||
+ for(uint8_t i = 0u; i < 16u; i++) {
|
||||
+ runtime_wakeup_adc_value += adc_read();
|
||||
+ }
|
||||
+
|
||||
+
|
||||
+ // Cleanup GP25 and 29
|
||||
+ gpio_init(29);
|
||||
+ gpio_init(25);
|
||||
|
|
Loading…
Reference in New Issue