1
0
Fork 0
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:
Petr Ledvina 2024-04-21 08:51:23 +02:00 committed by GitHub
parent 1da9515427
commit 4ae1a672b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 25 additions and 25 deletions

View file

@ -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();}