C3601: Pragma TEST_CODE: mode <Mode>, size given <Size> expected <Size>, hashcode given <HashCode>, expected <HashCode>

[ERROR]

Description

The condition tested with a pragma TEST_CODE was false.

Example
  #pragma TEST_CODE == 0

  
  void main(void) {}

  
Tips

There are many reasons why the generated code may have been changed. Check why the pragma was added and which code is now generated. If the code is correct, adapt the pragma. Otherwise change the code.

See also