Skip to content

Commit ab4f416

Browse files
author
Eric Jennings
committed
remove return statement from temp function
1 parent 7408bfd commit ab4f416

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utility/halTemperature.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ static inline int16_t HAL_AdcMeasure(void) {
4040
*****************************************************************************/
4141
int8_t HAL_MeasureTemperature(void) {
4242
int32_t val;
43-
return 20;
4443

4544
ADCSRC = 10 << ADSUT0;
4645
ADCSRB = (1 << MUX5);

0 commit comments

Comments
 (0)