From d8397fd46b0b5f25a745f9bc5ca24f0c5e2e16dc Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Fri, 13 Dec 2024 16:22:50 -0800 Subject: [PATCH] fix: Updates platform values --- src/product.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/product.hpp b/src/product.hpp index 75e9eea..a7df064 100644 --- a/src/product.hpp +++ b/src/product.hpp @@ -263,18 +263,18 @@ * @brief Particle Platform Selector * */ -#define SF_PLATFORM_PARTICLE 0 +#define SF_PLATFORM_PARTICLE 1 /** * @brief GCC Platform Selector * */ -#define SF_PLATFORM_GLIBC 1 +#define SF_PLATFORM_GLIBC 2 /** * @brief GoogleTest Platform Selector * */ -#define SF_PLATFORM_GOOGLETEST 2 +#define SF_PLATFORM_GOOGLETEST 3 /** * @brief Smartfin Platform Designator