From e2d707874c710f3c02d8e3fb81eaa9000df68321 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Tue, 8 Oct 2024 15:16:25 +0200 Subject: [PATCH 1/3] test: testing Change sensor Signed-off-by: Carles Cufi --- drivers/sensor/bh1749/bh1749.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/sensor/bh1749/bh1749.c b/drivers/sensor/bh1749/bh1749.c index 0ea8a0f043..e14edd8c56 100644 --- a/drivers/sensor/bh1749/bh1749.c +++ b/drivers/sensor/bh1749/bh1749.c @@ -2,6 +2,9 @@ * Copyright (c) 2019 - 2023 Nordic Semiconductor ASA * * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause + * + * + * */ #include From 17644ea030fc93c1e5a7707885a0f385add659a9 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Tue, 8 Oct 2024 15:20:18 +0200 Subject: [PATCH 2/3] bme: change Change Signed-off-by: Carles Cufi --- drivers/sensor/bme68x_iaq/bme68x_iaq.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/sensor/bme68x_iaq/bme68x_iaq.h b/drivers/sensor/bme68x_iaq/bme68x_iaq.h index 8979589187..ea6af50a6d 100644 --- a/drivers/sensor/bme68x_iaq/bme68x_iaq.h +++ b/drivers/sensor/bme68x_iaq/bme68x_iaq.h @@ -1,6 +1,7 @@ /* * Copyright (c) 2023 Nordic Semiconductor ASA * + * * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause */ From 436326ec5f0b9c6c2d26506fe12a13b2d662bd73 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Tue, 8 Oct 2024 15:31:30 +0200 Subject: [PATCH 3/3] doc: aws change Signed-off-by: Carles Cufi --- doc/nrf/libraries/networking/aws_jobs.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/nrf/libraries/networking/aws_jobs.rst b/doc/nrf/libraries/networking/aws_jobs.rst index 44caee6450..e3f868883d 100644 --- a/doc/nrf/libraries/networking/aws_jobs.rst +++ b/doc/nrf/libraries/networking/aws_jobs.rst @@ -8,6 +8,7 @@ AWS jobs :depth: 2 The Amazon Web Services (AWS) jobs library provides functions for working with the `AWS IoT jobs`_ service. +Change. You can use the library to report the status of AWS IoT jobs and to subscribe to job topics.