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.

怎么对OMAPL137宏定义



quickstart 里的OMAPL1x_common.h的刚开始是:

#ifdef OMAPL137
#include <OMAPL137_common.h>
#define CSL_EDMA3CC_REGS CSL_EDMA3CC_0_REGS
#elif OMAPL138
#include <OMAPL138_common.h>
#define CSL_EDMA3CC_REGS CSL_EDMA30CC_0_REGS
#endif

请问,其中OMAPL137该如何定义?