Typo in How to Run a Hello World on the Cortex-M page

In page How to Run a Hello World on the Cortex-M there is a code snippet in the section Run the Firmware.
This code snippet has a typo and it cannot be compiled as it is.
Line

uint8_t c = 0;

should be changed to

uint8_t count = 0;

since the variable is called count in the following lines.

Hello @vix ,
Thank you for pointing this out. I have reported it to the team to get it fixed.

Best regards, Josep

Hi @vix !

I see that this post is currently private.

Can we make this post public?

We prefer public over private whenever possible :slight_smile:

Best regards,

Ye, no problem

1 Like