1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Add protocol level receiver frame rate measurement for SUMD

This commit is contained in:
Bruce Luckcuck 2019-11-21 19:59:28 -05:00
parent 05418297b2
commit 6c4e6cb786
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