From 3d781603f39514183ac702ef644363e533d2c823 Mon Sep 17 00:00:00 2001 From: Michael Campion Date: Fri, 20 Dec 2019 12:47:17 +0000 Subject: [PATCH] upxtreme: Match UP Xtreme Platform enum value After rebase UP Xtreme supported platform enum value was changed to 24 in types.h, this commit updates the enum value in types.hpp to this value. Signed-off-by: Michael Campion --- api/mraa/types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/mraa/types.hpp b/api/mraa/types.hpp index 34695b2..3429982 100644 --- a/api/mraa/types.hpp +++ b/api/mraa/types.hpp @@ -60,7 +60,7 @@ typedef enum { MTK_LINKIT = 17, /**< Mediatek MT7688 based Linkit boards */ MTK_OMEGA2 = 18, /**< MT7688 based Onion Omega2 board */ IEI_TANK = 19, /**< IEI Tank System*/ - INTEL_UPXTREME = 21, /**< The UPXTREME Board */ + INTEL_UPXTREME = 24, /**< The UPXTREME Board */ FTDI_FT4222 = 256, /**< FTDI FT4222 USB to i2c bridge */