1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Adding both AirbotF4 and Revolt targets

This commit is contained in:
blckmn 2016-11-03 15:35:37 +11:00 committed by blckmn
parent 3b506415c9
commit 8304becff7
7 changed files with 43 additions and 10 deletions

View file

@ -15,6 +15,7 @@
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
struct dmaChannelDescriptor_s;
typedef void (*dmaCallbackHandlerFuncPtr)(struct dmaChannelDescriptor_s *channelDescriptor);