void disable_dsm2(uint32_t port) { if (port == EXTERNAL_MODULE) { disable_pa7_dsm2(); } #ifdef PCB9XT else { disable_pa10_dsm2(); } #endif }
void disable_dsm2(uint32_t port) { if (port == EXTERNAL_MODULE) { disable_pa7_dsm2(); } }