Private
Public Access
2
0

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 <michael.campion@emutex.com>
This commit is contained in:
Michael Campion
2019-12-20 12:47:17 +00:00
committed by Tom Ingleby
parent d954599045
commit 3d781603f3

View File

@@ -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 */