diff --git a/DSTAT-temp/src/main.c b/DSTAT-temp/src/main.c index ea697b02b6577031c68e7f96e647c6f9e4e9d2d1..6ef8b62441ab724ffc8e498af233b4b18851fe46 100644 --- a/DSTAT-temp/src/main.c +++ b/DSTAT-temp/src/main.c @@ -56,7 +56,6 @@ int8_t command_handler(char command){ scanf("%u",&p5); //get number of steps //allocate arrays for steps - printf("%u\n\r", p5*sizeof(uint16_t)); uint16_t * step_dac = malloc(p5*sizeof(uint16_t)); uint16_t * step_seconds = malloc(p5*sizeof(uint16_t)); //check for successful allocation @@ -67,18 +66,13 @@ int8_t command_handler(char command){ uint8_t i; - printf("#DAC:\n\r#"); for (i=0; i