diff options
| author | Nick Brassel | 2025-05-26 13:41:49 +0200 |
|---|---|---|
| committer | Nick Brassel | 2025-05-26 13:41:49 +0200 |
| commit | 75a037d2f0f9c54bad8e2f68ae82134559c92f22 (patch) | |
| tree | 2b264de0e7a724c30cca511a9bac7ad29705d1a2 /users/_example | |
| parent | 28720c4d343a9c5e9f5a62dbd583dbf536a2e61e (diff) | |
| parent | 3703699757b6ce938ff412aca0a8b064927c0cdb (diff) | |
Merge remote-tracking branch 'upstream/develop'
Diffstat (limited to 'users/_example')
| -rw-r--r-- | users/_example/_example.c | 2 | ||||
| -rw-r--r-- | users/_example/_example.h | 2 | ||||
| -rw-r--r-- | users/_example/readme.md | 2 | ||||
| -rw-r--r-- | users/_example/rules.mk | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/users/_example/_example.c b/users/_example/_example.c index 8e0778b122..5f9580d8e9 100644 --- a/users/_example/_example.c +++ b/users/_example/_example.c @@ -2,4 +2,4 @@ void my_custom_function(void) { -}
\ No newline at end of file +} diff --git a/users/_example/_example.h b/users/_example/_example.h index f7c7990257..72907d06d7 100644 --- a/users/_example/_example.h +++ b/users/_example/_example.h @@ -5,4 +5,4 @@ void my_custom_function(void); -#endif
\ No newline at end of file +#endif diff --git a/users/_example/readme.md b/users/_example/readme.md index fdea33b67a..d6ead7efd2 100644 --- a/users/_example/readme.md +++ b/users/_example/readme.md @@ -11,4 +11,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see <http://www.gnu.org/licenses/>.
\ No newline at end of file +along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/users/_example/rules.mk b/users/_example/rules.mk index 250adc3d0d..af076dd7fe 100644 --- a/users/_example/rules.mk +++ b/users/_example/rules.mk @@ -1 +1 @@ -SRC += _example.c
\ No newline at end of file +SRC += _example.c |