Skip to content

Commit 9a68c03

Browse files
committed
Compiler error : typo fixed
1 parent 9b1d14c commit 9a68c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/bridge-app/telink/src/AppTask.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ const EmberAfDeviceType gBridgedTempSensorDeviceTypes[] = { { DEVICE_TYPE_TEMP_S
184184
{ DEVICE_TYPE_BRIDGED_NODE, DEVICE_VERSION_DEFAULT } };
185185

186186
int AddDeviceEndpoint(Device * dev, EmberAfEndpointType * ep, const Span<const EmberAfDeviceType> & deviceTypeList,
187-
const Span<DataVersion> & dataVersionStorage, chip
188-
: CharSpan epUniqueId, chip::EndpointId parentEndpointId)
187+
const Span<DataVersion> & dataVersionStorage, chip::CharSpan epUniqueId,
188+
chip::EndpointId parentEndpointId)
189189
{
190190
uint8_t index = 0;
191191
while (index < CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT)

0 commit comments

Comments
 (0)