altos/easytimer-v1: Switch from including adxl375 to bmx160
authorKeith Packard <keithp@keithp.com>
Fri, 23 Oct 2020 23:14:13 +0000 (16:14 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 23 Oct 2020 23:14:13 +0000 (16:14 -0700)
These aren't really necessary at all as ao_data includes them, but
it's nice to have them listed for documentation purposes.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/easytimer-v1/ao_easytimer.c

index 8224ee06daa4aa2b1796e574c11ac59ed193f1b7..55dd4db0f62f7f6ae694b2260acee1e67c160dee 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <ao.h>
 #include <ao_ms5607.h>
-#include <ao_adxl375.h>
+#include <ao_bmx160.h>
 #include <ao_log.h>
 #include <ao_exti.h>
 #include <ao_packet.h>