diff --git a/src/getting-started/02.00.FLASH.md b/src/getting-started/02.00.FLASH.md index d07fd90..1893392 100644 --- a/src/getting-started/02.00.FLASH.md +++ b/src/getting-started/02.00.FLASH.md @@ -157,9 +157,9 @@ set print asm-demangle on # Load your program, breaks at entry load # (optional) Add breakpoint at function -break rustled::main +break main # Continue with execution continue ``` -Now we can learn how to debug code on the micro:bit. \ No newline at end of file +Now we can learn how to debug code on the micro:bit.