From d049031bdcb798f5eac5197044cd39e4f807dd61 Mon Sep 17 00:00:00 2001 From: shgutte <102281713+shgutte@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:26:07 +0530 Subject: [PATCH] Updated task name and removed the incorrect data --- examples/refrigerator-app/silabs/include/AppConfig.h | 3 +-- examples/refrigerator-app/silabs/include/AppEvent.h | 1 - examples/refrigerator-app/silabs/include/AppTask.h | 1 - examples/refrigerator-app/silabs/include/CHIPProjectConfig.h | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/refrigerator-app/silabs/include/AppConfig.h b/examples/refrigerator-app/silabs/include/AppConfig.h index 60f3f9b883acb0..3c9472f8d30ebe 100644 --- a/examples/refrigerator-app/silabs/include/AppConfig.h +++ b/examples/refrigerator-app/silabs/include/AppConfig.h @@ -1,7 +1,6 @@ /* * * Copyright (c) 2024 Project CHIP Authors - * Copyright (c) 2019 Google LLC. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,7 +22,7 @@ // ---- Refrigerator Example App Config ---- -#define APP_TASK_NAME "Lit" +#define APP_TASK_NAME "Refr" #define BLE_DEV_NAME "SiLabs-Refrigerator" diff --git a/examples/refrigerator-app/silabs/include/AppEvent.h b/examples/refrigerator-app/silabs/include/AppEvent.h index 515228d047aaa4..4b1e0d397c416e 100644 --- a/examples/refrigerator-app/silabs/include/AppEvent.h +++ b/examples/refrigerator-app/silabs/include/AppEvent.h @@ -1,7 +1,6 @@ /* * * Copyright (c) 2024 Project CHIP Authors - * Copyright (c) 2018 Nest Labs, Inc. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/examples/refrigerator-app/silabs/include/AppTask.h b/examples/refrigerator-app/silabs/include/AppTask.h index ecdb3cde757a89..29296a41b0eb34 100644 --- a/examples/refrigerator-app/silabs/include/AppTask.h +++ b/examples/refrigerator-app/silabs/include/AppTask.h @@ -1,7 +1,6 @@ /* * * Copyright (c) 2024 Project CHIP Authors - * Copyright (c) 2019 Google LLC. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/examples/refrigerator-app/silabs/include/CHIPProjectConfig.h b/examples/refrigerator-app/silabs/include/CHIPProjectConfig.h index 9b572c879ddf48..bc747e14c180f2 100644 --- a/examples/refrigerator-app/silabs/include/CHIPProjectConfig.h +++ b/examples/refrigerator-app/silabs/include/CHIPProjectConfig.h @@ -1,7 +1,6 @@ /* * * Copyright (c) 2024 Project CHIP Authors - * Copyright (c) 2019 Google LLC. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License");