Skip to content

Commit 72c1ccd

Browse files
committed
variants: Restore removed empty variant.h
It was removed it in 2044d49, but I am reverting the change because it actually makes management more complicated.
1 parent 53abfbc commit 72c1ccd

4 files changed

Lines changed: 22 additions & 0 deletions

File tree

variants/arduino_mkrzero/variant.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*
2+
* Copyright (c) 2022 Dhruva Gole
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*
2+
* Copyright (c) 2022 Mike Szczys
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2025 Ayush Singh <ayush@beagleboard.org>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#pragma once

variants/rpi_pico/variant.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*
2+
* Copyright (c) 2024 TOKITA Hiroshi
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/

0 commit comments

Comments
 (0)