configs/stm32f103-minimum: Add support to BMP180 on BluePill (stm32f103-minimum) board.

This commit is contained in:
Alan Carvalho de Assis
2018-02-04 07:34:31 -06:00
committed by Gregory Nutt
parent fad70bf90e
commit 97937d3d47
6 changed files with 133 additions and 2 deletions
+1 -1
View File
@@ -233,9 +233,9 @@ static int audio_close(FAR struct file *filep)
lower->ops->shutdown(lower);
}
ret = OK;
//errout_with_sem:
nxsem_post(&upper->exclsem);
errout: