mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
17 lines
229 B
C++
17 lines
229 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
|
|
}
|
|
} |