mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
Moved target specific code out of initialisation.c
This commit is contained in:
parent
e39ff27b95
commit
251b3d7e3c
6 changed files with 59 additions and 41 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
// IO pin identification
|
||||
// make sure that ioTag_t can't be assigned into IO_t without warning
|
||||
typedef uint8_t ioTag_t; // packet tag to specify IO pin
|
||||
typedef uint8_t ioTag_t; // packet tag to specify IO pin
|
||||
typedef void* IO_t; // type specifying IO pin. Currently ioRec_t pointer, but this may change
|
||||
|
||||
// NONE initializer for IO_t variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue