diff options
author | Kellen Carey <kellen.carey@gmail.com> | 2020-08-16 12:05:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 12:05:05 -0700 |
commit | a2603d106a287eb4e89e03955fdcfe8026efd152 (patch) | |
tree | 0a757e59c28ea6dd787f7d6e6d308f81de7f1368 /app/boards/arm/proton_c/pinmux.c | |
parent | 5bfa4ba3ff70cffc1c98c624fd056988a9075f98 (diff) | |
parent | 94549b4a07985e9b1a462bb64f67c8ade466e377 (diff) |
Merge pull request #1 from zmkfirmware/main
Get up to speed
Diffstat (limited to 'app/boards/arm/proton_c/pinmux.c')
-rw-r--r-- | app/boards/arm/proton_c/pinmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boards/arm/proton_c/pinmux.c b/app/boards/arm/proton_c/pinmux.c index 09f3a34..a6aaae0 100644 --- a/app/boards/arm/proton_c/pinmux.c +++ b/app/boards/arm/proton_c/pinmux.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2017 I-SENSE group of ICCS * - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: MIT */ #include <kernel.h> |