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:
parent
05418297b2
commit
6c4e6cb786
2 changed files with 61 additions and 39 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue