Skip to content
Snippets Groups Projects
Commit f79ad410 authored by Alain Carlucci's avatar Alain Carlucci
Browse files

Changed busfault test text

parent 051ce151
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ using namespace miosix; ...@@ -4,7 +4,7 @@ using namespace miosix;
void busfault(void *useless) void busfault(void *useless)
{ {
printf("Hello, i'm a bus fault!\n"); printf("If you can read this, Mr. BusFault is not here.\n");
} }
int main() int main()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment