Skip to content
Snippets Groups Projects
Commit 2a948431 authored by Alexander Mandera's avatar Alexander Mandera
Browse files

Fix error when using C++ virtual methods

parent 596f66fd
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ vtable for 'ExampleClass' @ 0x0 (subobject @ 0x20000004):
In this case, a call to a virtual method will result to an invalid call
and the program won't work as expected.
Here, the program will also print out `Begin example`, but does not print any values.
Here, the program will only print out `Begin example`, but does not print any values.
It seems like the MCU resets here.
In other environments like with the Arduino Core, the hard fault handler is called
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment