mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:14:06 +02:00
atrf-xtal/atben.c: added missing #include; corrected garbled comment
This commit is contained in:
parent
89bcd3cfa8
commit
180603e6ba
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user