1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Add protocol level receiver frame rate measurement for SUMD (#9209)

Add protocol level receiver frame rate measurement for SUMD
This commit is contained in:
Michael Keller 2019-11-24 12:59:33 +13:00 committed by GitHub
commit 9d9a9fe3f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 61 additions and 39 deletions

View file

@ -69,6 +69,11 @@ uint32_t micros(void)
return microseconds_stub_value;
}
uint32_t microsISR(void)
{
return micros();
}
#define SERIAL_BUFFER_SIZE 256
#define SERIAL_PORT_DUMMY_IDENTIFIER (serialPortIdentifier_e)0x1234