This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

问一个小白问题,关于#ifdef FLASH

Other Parts Discussed in Thread: CONTROLSUITE

你好!

        最近在看DC/DC内容(controlSUITE\development_kits\ILPFC_v1.0),在主函数中有个预编译语句,如下:

#ifdef FLASH
void Init();
#endif

其中,FLASH这个宏是在哪里定义的?