Cleanup, license headers.

This commit is contained in:
Pete Johanson
2020-06-30 16:13:03 -04:00
parent cb087b54e5
commit a62a2f8c5c
10 changed files with 51 additions and 10 deletions

View File

@@ -1,3 +1,9 @@
/*
* Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com>
*
* SPDX-License-Identifier: MIT
*/
#include <linker/linker-defs.h>
__event_type_start = .; \

View File

@@ -1,6 +0,0 @@
#define→EVENT_TYPE_SECTIONS()→ → → → \
→ → __event_type_start = .;→ → \
→ → KEEP(*(".event_type_*"));→ → \
→ → __event_type_end = .;→→ → \