Skip to content

Commit 0c77dec

Browse files
authored
Update variant_DATABOARD.cpp - replace if statement to board name rather than generic
Signed-off-by: its-kronos <140297693+its-kronos@users.noreply.github.com>
1 parent fabee99 commit 0c77dec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

variants/STM32F1xx/F103C8T_F103CB(T-U)/variant_DATABOARD.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
*
1111
*******************************************************************************
1212
*/
13-
#if defined(ARDUINO_GENERIC_F103C8TX) || defined(ARDUINO_GENERIC_F103CBTX) ||\
14-
defined(ARDUINO_GENERIC_F103CBUX)
13+
#if defined(ARDUINO_DATABOARD)
1514
#include "pins_arduino.h"
1615

1716
// Digital PinName array

0 commit comments

Comments
 (0)