diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-05-24 07:20:16 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-05-24 07:20:16 +1000 |
| commit | 3041e48ca6ebcbe107927e4b7c212ef1a829fab0 (patch) | |
| tree | 4d5b6382fed84ef475fb10b509aa8dd47d1ac17f /src/main | |
| parent | 876e5e70e93e3031e2acb32ddedc3b262d737ded (diff) | |
| parent | a4f94c812a4da7254d31af4061a8f234a1e0e23d (diff) | |
| download | tangara-fw-3041e48ca6ebcbe107927e4b7c212ef1a829fab0.tar.gz | |
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/main/main.cpp | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/main/CMakeLists.txt b/src/main/CMakeLists.txt index c557a7df..3ae92ac2 100644 --- a/src/main/CMakeLists.txt +++ b/src/main/CMakeLists.txt @@ -1,3 +1,7 @@ +# Copyright 2023 jacqueline <me@jacqueline.id.au> +# +# SPDX-License-Identifier: GPL-3.0-only + idf_component_register( SRCS "main.cpp" INCLUDE_DIRS "." diff --git a/src/main/main.cpp b/src/main/main.cpp index df1eb8b2..b8dd90c5 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline <me@jacqueline.id.au> + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #include "freertos/portmacro.h" #include "tinyfsm.hpp" |
