1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

atspi-trim: utility to set the crystal trimming capacitors.

- atrf/tools/Makefile: added atspi-trim
- atrf/tools/atspi-trim/Makefile, atrf/tools/atspi-trim/atspi-trim.c: show
  and adjust the capacitors to trim the crystal oscillator
- atrf/tools/atspi-rssi/atspi-rssi.c: removed left-over FROM_DEV and TO_DEV
This commit is contained in:
Werner Almesberger
2010-08-23 21:49:20 -03:00
parent 5514c336a5
commit b7700518d9
4 changed files with 84 additions and 5 deletions

View File

@@ -21,10 +21,6 @@
#include "atspi.h"
#define FROM_DEV ATSPI_FROM_DEV(0)
#define TO_DEV ATSPI_TO_DEV(0)
static struct timeval t0;