configs/lpcxpresso-lpc54628: Add a Twm4Nx configuration.

This commit is contained in:
Gregory Nutt
2019-05-04 12:34:47 -06:00
parent 8130038fb0
commit 32b99d810c
6 changed files with 136 additions and 4 deletions
+1 -3
View File
@@ -98,11 +98,9 @@ int nxterm_semwait(FAR struct nxterm_state_s *priv)
int nxterm_sempost(FAR struct nxterm_state_s *priv)
{
pid_t me = getpid();
/* Make sure that I really hold the semaphore */
DEBUGASSERT(priv->holder == me);
DEBUGASSERT(priv->holder == getpid());
/* Then let go of it */