Compiler Switches for External C Code
It is sometimes necessary to bracket parts of external C code in target-specific compiler switches. For that purpose, ASCET provides the following switches:
- ES910
Note |
|---|
If the Prototyping target is selected, the (test) compilation is performed with the ES910 switch. |
The syntax is as follows:
#ifdef ES910
...
/* ES910-specific code */
...
#endif