Removed reboot_wrapper step.

This commit is contained in:
Ross Owen
2015-06-02 11:50:18 +01:00
parent 02e67d1086
commit 538fd697d9
2 changed files with 1 additions and 37 deletions

View File

@@ -51,7 +51,7 @@ void device_reboot_aux(void)
}
/* Reboots XMOS device by writing to the PLL config register */
void device_reboot_implementation(chanend spare)
void device_reboot(chanend spare)
{
#if (XUD_SERIES_SUPPORT != XUD_U_SERIES)
outct(spare, XS1_CT_END); // have to do this before freeing the chanend