13 lines
195 B
C
13 lines
195 B
C
/*
|
|
* Copyright (C) 2021-2022 KonstaKANG
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _BDROID_BUILDCFG_H
|
|
#define _BDROID_BUILDCFG_H
|
|
|
|
#define BTM_DEF_LOCAL_NAME "Raspberry Pi 5"
|
|
|
|
#endif
|