mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 13:17:08 -04:00
17 lines
250 B
C++
17 lines
250 B
C++
|
|
/*
|
|
* @file dummy.cpp
|
|
* @author Mateusz Piesta (mateusz.piesta@mudita.com)
|
|
* @date 17.05.19
|
|
* @brief
|
|
* @copyright Copyright (C) 2019 mudita.com
|
|
* @details
|
|
*/
|
|
|
|
namespace bsp
|
|
{
|
|
void BoardInit()
|
|
{
|
|
// dummy
|
|
}
|
|
} // namespace bsp
|