1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Refactoring of rxFrameTimeUs

This commit is contained in:
Štěpán Dalecký 2021-09-27 21:08:42 +02:00
parent 1ceff68a00
commit fcd41eb28b
16 changed files with 35 additions and 82 deletions

View file

@ -317,4 +317,5 @@ extern "C" {
return true;
}
timeUs_t rxFrameTimeUs(void) { return 0; }
}