mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-10 14:10:07 +00:00
9 lines
136 B
C
9 lines
136 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (c) 2022, David Wronek <w.david0@protonmail.com>
|
||
|
*/
|
||
|
|
||
|
void board_init(void) {
|
||
|
|
||
|
}
|