Skip to content

Commit

Permalink
Update src/app/clusters/scenes-server/SceneHandlerImpl.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
lpbeliveau-silabs and bzbarsky-apple committed Jul 26, 2024
1 parent d81e7e9 commit ae24376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/clusters/scenes-server/SceneHandlerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Type ConvertDefaultValueToWorkingValue(const EmberAfDefaultAttributeValue & defa
template <typename Type>
void CapAttributeID(AttributeValuePairType & aVPair, const EmberAfAttributeMetadata * metadata)
{
using IntType = app::NumericAttributeTraits<Type, CHIP_CONFIG_BIG_ENDIAN_TARGET>;
using IntType = app::NumericAttributeTraits<Type>;
using WorkingType = typename IntType::WorkingType;

WorkingType maxValue;
Expand Down

0 comments on commit ae24376

Please sign in to comment.