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:
parent
de630fea17
commit
09fe71c256
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#if defined(STM32F10X) || defined(UNIT_TEST)
|
||||
#if defined(STM32F10X)
|
||||
typedef enum
|
||||
{
|
||||
Mode_AIN = 0x0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue