forked from Qortal/Brooklyn
12 lines
169 B
C
12 lines
169 B
C
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2017 Microchip
|
||
|
* Wenyou Yang <wenyou.yang@microchip.com>
|
||
|
*/
|
||
|
|
||
|
#include <common.h>
|
||
|
|
||
|
void dummy(void)
|
||
|
{
|
||
|
}
|