mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Fix clang unitests (#13551)
This commit is contained in:
parent
1da9515427
commit
4ae1a672b4
18 changed files with 25 additions and 25 deletions
|
@ -256,7 +256,7 @@ extern "C" {
|
|||
|
||||
gpsSolutionData_t gpsSol;
|
||||
attitudeEulerAngles_t attitude = { { 0, 0, 0 } };
|
||||
uint8_t responseBuffer[MSP_TLM_OUTBUF_SIZE];
|
||||
extern uint8_t responseBuffer[MSP_TLM_OUTBUF_SIZE];
|
||||
|
||||
uint32_t micros(void) {return dummyTimeUs;}
|
||||
uint32_t microsISR(void) {return micros();}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue