Skip to content
Snippets Groups Projects
Commit 80181401 authored by Federico Lolli's avatar Federico Lolli
Browse files

[entrypoints] trying to log on SD card

parent 86f839ec
Branches
No related tags found
No related merge requests found
Subproject commit 108dcf78f424ea66d2233cb49609d85c21a5b9db
Subproject commit 05fbcd61d1ddd0086cf218d5e7da583e315e5b5f
#include <miosix.h>
#include <utils/Debug.h>
#include <diagnostic/PrintLogger.h>
using namespace miosix;
using namespace Boardcore;
int main()
{
printf("Hello world!");
PrintLogger logger = Logging::getLogger("main");
LOG_INFO(logger, "This is an info message");
LOG_ERR(logger, "This is an error message");
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment