Skip to content

Commit

Permalink
add else condition for version str
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp committed Mar 17, 2023
1 parent 39bbb23 commit 4fc1f6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/silabs/CHIPDevicePlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
*/
#ifdef SL_MATTER_VERSION_STRING
#define CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION_STRING SL_MATTER_VERSION_STRING
#else
#define CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION_STRING "v1.0"
#endif

/**
Expand Down

0 comments on commit 4fc1f6d

Please sign in to comment.