Skip to content

Commit 49ec44b

Browse files
Update src/app/clusters/scenes-server/SceneHandlerImpl.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 2ead5da commit 49ec44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/scenes-server/SceneHandlerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Type ConvertDefaultValueToWorkingValue(const EmberAfDefaultAttributeValue & defa
5555
template <typename Type>
5656
void CapAttributeID(AttributeValuePairType & aVPair, const EmberAfAttributeMetadata * metadata)
5757
{
58-
using IntType = app::NumericAttributeTraits<Type, CHIP_CONFIG_BIG_ENDIAN_TARGET>;
58+
using IntType = app::NumericAttributeTraits<Type>;
5959
using WorkingType = typename IntType::WorkingType;
6060

6161
WorkingType maxValue;

0 commit comments

Comments
 (0)