mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Detect revisions of the STM32H743.
This commit is contained in:
parent
7ed29f455a
commit
214d378e82
6 changed files with 97 additions and 48 deletions
|
@ -358,4 +358,5 @@ bool isModeActivationConditionConfigured(const modeActivationCondition_t *, cons
|
|||
|
||||
void delay(uint32_t) {}
|
||||
displayPort_t *osdGetDisplayPort(osdDisplayPortDevice_e *) { return NULL; }
|
||||
mcuTypeId_e getMcuTypeId(void) { return MCU_TYPE_UNKNOWN; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue