Skip to content

Commit 315cdd3

Browse files
authored
Update MPL3115A2.c
fixes #2
1 parent 8f43c6b commit 315cdd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

C/MPL3115A2.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,6 @@ void main()
8181
printf("Altitude : %.2f m \n", altitude);
8282
printf("Temperature in Celsius : %.2f C \n", cTemp);
8383
printf("Temperature in Fahrenheit : %.2f F \n", fTemp);
84+
85+
exit(0)
8486
}

0 commit comments

Comments
 (0)