1
0
Fork 0
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:
blckmn 2016-06-15 06:20:03 +10:00 committed by blckmn
parent e39ff27b95
commit 251b3d7e3c
6 changed files with 59 additions and 41 deletions

View file

@ -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