mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-13 23:50:07 +00:00
11 lines
164 B
C
11 lines
164 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (c) 2023, Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
|
||
|
*/
|
||
|
|
||
|
#include <soc/t8010.h>
|
||
|
|
||
|
void soc_init(void) {
|
||
|
|
||
|
}
|