diff --git a/main.c b/main.c
index 969052a521a4658f430ebee714710efbad3e45ed..d04a9e7caaec5b7fb0c9e0dc0df61ac807cd1aae 100644
--- a/main.c
+++ b/main.c
@@ -18,13 +18,11 @@ into a voltage and then into temperature
 the temperature sensor might not be calibrated so temperatures might differ in different
 boards due to manufacturing inconsistencies
 as such, if you will be using this in a serious project that requires an accurate temperature value,
-I would recommend using an external sensor.
+I would recommend using an external sensor
 */
 
 int main() {
 
-    stdio_init_all();  // Initialise serial in/output
-
     //Configure ADC
     adc_init();
     adc_set_temp_sensor_enabled(true);  //Enable temperature sensor