mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-27 07:21:00 -05:00
10 lines
220 B
C++
10 lines
220 B
C++
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
|
|
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
namespace bsp
|
|
{
|
|
void BoardInit()
|
|
{
|
|
// dummy
|
|
}
|
|
} // namespace bsp
|