Skip to content

Commit

Permalink
fix: Updates platform values
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Dec 14, 2024
1 parent 45a69ef commit d8397fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/product.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8397fd

Please sign in to comment.