1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Removed unneeded check - gpio.h no-longer included by unit tests.

This commit is contained in:
Dominic Clifton 2015-04-01 17:47:43 +01:00
parent de630fea17
commit 09fe71c256

View file

@ -17,7 +17,7 @@
#pragma once
#if defined(STM32F10X) || defined(UNIT_TEST)
#if defined(STM32F10X)
typedef enum
{
Mode_AIN = 0x0,