diff --git a/sensor_extension.c b/sensor_extension.c index b506cb78..a0494350 100644 --- a/sensor_extension.c +++ b/sensor_extension.c @@ -11,7 +11,7 @@ // put your setup code here void sensor_setup() { - printf("Starting new sensor!"); + printf("Starting new sensor!\n"); }