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