mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Cleanup project structure. Update unit test Makefile to place object
files in obj/test
This commit is contained in:
parent
fb9e3a2358
commit
d19a5e7046
330 changed files with 657 additions and 638 deletions
4
src/main/sensors/sonar.h
Normal file
4
src/main/sensors/sonar.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
void Sonar_init(void);
|
||||
void Sonar_update(void);
|
Loading…
Add table
Add a link
Reference in a new issue