diff --git a/src/entrypoints/test-busfault.cpp b/src/entrypoints/test-busfault.cpp index 132f19721e6b64433e5745fc6657175708218f1a..d537de76e9d608efe046ab9cfcb0e9deb4ed02e3 100644 --- a/src/entrypoints/test-busfault.cpp +++ b/src/entrypoints/test-busfault.cpp @@ -4,7 +4,7 @@ using namespace miosix; 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()