diff --git a/examples/cpp_virtual_methods/README.md b/examples/cpp_virtual_methods/README.md index 14f14bad764da9418af06ad20a44a0b23b5ee6eb..d4ff847d1aba891d7849a945f07739ba6cc8ed4b 100644 --- a/examples/cpp_virtual_methods/README.md +++ b/examples/cpp_virtual_methods/README.md @@ -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