Auto stash before merge of "main" and "origin/main"

This commit is contained in:
stijn
2021-04-06 15:20:00 +02:00
parent 70c0079e7f
commit bb312853d6
11 changed files with 2056 additions and 1595 deletions

View File

@@ -18,7 +18,7 @@ void ultrasonic_send_pulse();
/* get the value of the timer which equals time taken for sound to */
/* return */
/************************************************************************/
uint16_t ultrasonic_get_timer_dist();
float ultrasonic_get_timer_dist();
/************************************************************************/
/* handle for the interrupt */
/************************************************************************/