|
@@ -204,7 +204,7 @@ void Pad0_WakeupIntHandler(void)
|
|
|
{
|
|
|
if(slpManExtIntPreProcess(PadWakeup0_IRQn)==false)
|
|
|
return;
|
|
|
-#ifdef USING_PRINTF
|
|
|
+#ifdef USING_PRINTF1
|
|
|
printf("[%d]PadWakeup0_IRQn\r\n",__LINE__);
|
|
|
#else
|
|
|
ECOMM_TRACE(UNILOG_PLA_APP, pad0_Wk, P_SIG, 0, "PadWakeup0_IRQn");
|
|
@@ -232,7 +232,7 @@ void Pad3_WakeupIntHandler(void)
|
|
|
return;
|
|
|
|
|
|
// add custom code below //
|
|
|
-#ifdef USING_PRINTF
|
|
|
+#ifdef USING_PRINTF1
|
|
|
printf("[%d]PadWakeup3_IRQn\r\n",__LINE__);
|
|
|
#else
|
|
|
ECOMM_TRACE(UNILOG_PLA_APP, pad3_Wk, P_SIG, 0, "PadWakeup3_IRQn");
|
|
@@ -249,7 +249,7 @@ void Pad4_WakeupIntHandler(void)
|
|
|
if(slpManExtIntPreProcess(PadWakeup4_IRQn)==false)
|
|
|
return;
|
|
|
// add custom code below //
|
|
|
-#ifdef USING_PRINTF
|
|
|
+#ifdef USING_PRINTF1
|
|
|
printf("[%d]PadWakeup3_IRQn\r\n",__LINE__);
|
|
|
#else
|
|
|
|