Skip to content

Commit 4f61bf3

Browse files
committed
Fixed minor mistake during merge.
1 parent ba24897 commit 4f61bf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/rvc-app/rvc-common/src/rvc-service-area-delegate.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ CHIP_ERROR RvcServiceAreaDelegate::Init()
4040
// Location A has name, floor number, uses map XX
4141
GetInstance()->AddSupportedLocation(
4242
supportedAreaID_A, DataModel::Nullable<uint_fast8_t>(supportedMapId_XX), "My Location A"_span,
43-
supportedLocationId_A, DataModel::Nullable<uint_fast8_t>(supportedMapId_XX), "My Location A"_span,
4443
DataModel::Nullable<int16_t>(4), DataModel::Nullable<Globals::AreaTypeTag>(), DataModel::Nullable<Globals::LandmarkTag>(),
4544
DataModel::Nullable<Globals::PositionTag>(), DataModel::Nullable<Globals::FloorSurfaceTag>());
4645

0 commit comments

Comments
 (0)