We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ead5da commit 49ec44bCopy full SHA for 49ec44b
src/app/clusters/scenes-server/SceneHandlerImpl.cpp
@@ -55,7 +55,7 @@ Type ConvertDefaultValueToWorkingValue(const EmberAfDefaultAttributeValue & defa
55
template <typename Type>
56
void CapAttributeID(AttributeValuePairType & aVPair, const EmberAfAttributeMetadata * metadata)
57
{
58
- using IntType = app::NumericAttributeTraits<Type, CHIP_CONFIG_BIG_ENDIAN_TARGET>;
+ using IntType = app::NumericAttributeTraits<Type>;
59
using WorkingType = typename IntType::WorkingType;
60
61
WorkingType maxValue;
0 commit comments