Hi, I have a bit strange problems with example project "pwm_library". At first I compiled with segger embedded studio and ran the project on my NRF52-DK board, and it worked fine. Then i commented the line "#include "app_pwm.h"" just for the heck of it, to see what can happen, and tried to build the project. Obviously it failed. But then I uncommented the "#include "app_pwm.h"" line to restore my project and expected to see right behavior of the code. And it was completely unexpected, I got the same list of errors as before. Could you please tell me, what had happened to code, and how can I restore this example code. Thanks ahead.