Move it below the definition of the ms5607 init function
Signed-off-by: Keith Packard <keithp@keithp.com>
#include <stdio.h>
#include <string.h>
#include <stddef.h>
-#include "ao_pins.h"
+#include <ao_pins.h>
#include <ao_arch.h>
#define TRUE 1
int32_t ao_freq_to_set(int32_t freq, int32_t cal) __reentrant;
-#include <ao_arch_funcs.h>
-
/*
* ao_ms5607.c
*/
void ao_ms5607_init(void);
+#include <ao_arch_funcs.h>
+
#endif /* _AO_H_ */