I'm doing some dspic CH/CK migrationary work, and encountered an issue; I'm used to doing something like #if defined(__dsPIC33E__)
#include "p33Exxxx.h"
#else
#include "p33Fxxxx.h"
#endif
to include the CPU headers. However there is no p33Cxxxx.h f..
↧