mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Debug - Make dbgPins weak so that target.c files can define them.
This commit is contained in:
parent
faa69d0aeb
commit
c04a6c9b67
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ typedef struct dbgPin_s {
|
||||||
uint32_t resetBSRR;
|
uint32_t resetBSRR;
|
||||||
} dbgPin_t;
|
} dbgPin_t;
|
||||||
|
|
||||||
dbgPin_t dbgPins[] = {
|
__weak dbgPin_t dbgPins[] = {
|
||||||
{ .tag = IO_TAG(NONE) },
|
{ .tag = IO_TAG(NONE) },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue