elecLear78
Member
I have seen in many microchip programs the following code
But where are these __dsPIC33F__ or __PIC24H__ will be defined. In which file should I look into?
Code:
#if defined(__dsPIC33F__)
#include "p33Fxxxx.h"
#elif defined(__PIC24H__)
#include "p24Hxxxx.h"
#endif