Skip to content

Commit

Permalink
net: dummy: Do not change anything.
Browse files Browse the repository at this point in the history
Do not change anything. Just add a comment to trigger a CI test.

Do not merge this.

Signed-off-by: Seppo Takalo <[email protected]>
  • Loading branch information
SeppoTakalo committed Oct 9, 2023
1 parent 30c05e3 commit 6192449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subsys/net/lib/download_client/src/download_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/* A comment that should not do anything */

#include <stdio.h>
#include <string.h>
#include <zephyr/kernel.h>
Expand Down
2 changes: 2 additions & 0 deletions subsys/net/lib/fota_download/src/fota_download.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

/* A comment that should not do anything */

#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
#include <zephyr/sys/hash_function.h>
Expand Down

0 comments on commit 6192449

Please sign in to comment.