1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-06-28 23:33:17 +03:00

atrf-xtal/atben.c: added missing #include; corrected garbled comment

This commit is contained in:
Werner Almesberger 2011-05-09 21:09:38 -03:00
parent 89bcd3cfa8
commit 180603e6ba

View File

@ -28,6 +28,7 @@
*/
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h>
@ -143,7 +144,7 @@ static void ben_setup(struct atrf_dsc *dsc)
/*
* Ironically, switching the LCD clock on and off many times only
* increases the risk of a hang. Therefore, we leave stop it during
* increases the risk of a hang. Therefore, we leave it stopped during
* all the measurements and only enable it again at the end.
*/
disable_lcd();