fix an "extra" semaphore wait in msc host

This commit is contained in:
hathach
2013-09-27 23:23:45 +07:00
parent eb1a101667
commit bfa96ae9da
3 changed files with 6 additions and 10 deletions

View File

@@ -83,8 +83,6 @@ int __sys_write (int iFileHandle, char *pcBuffer, int iLength)
#elif CFG_PRINTF_TARGET == PRINTF_TARGET_SWO
#error author does not know how to retarget SWO with lpcxpresso/red-suite
#else
#error Thach, did you forget something
#endif
}