Skip to content

Commit f66d077

Browse files
authoredAug 25, 2023
Merge pull request #42 from glpuga/fix/issue466
Fix to issue #466 on the main Firmware repository.
2 parents c7a000d + 9ea7e4c commit f66d077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gen/src/cortexM0/Os_Internal_Arch_Cfg.c.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
/*==================[inclusions]=============================================*/
5454
#include "Os_Internal.h"
55-
#if (CPU == lpc43xx)
55+
#if (CPUTYPE == lpc43xx)
5656
/* THIS IS A DIRTY WORKAROUND :( ciaa/Firmware#309*/
5757
#undef FALSE
5858
#undef TRUE

0 commit comments

Comments
 (0)
Please sign in to comment.