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
1 changed files with 1 additions and 1 deletions

View File

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