X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=31ec468695dc436e90176d9a53252c9688a8d872;hp=4f4779ecdef288d79ea920970e5a7bc67ed4eeec;hb=ced6a020d6d94b1c63837a7ab5b0091b7b8ea3c9;hpb=e053da3e7cb5a4c9ebbffd245cb5d83932183b22;ds=sidebyside diff --git a/src/core/ao.h b/src/core/ao.h index 4f4779ec..31ec4686 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -22,7 +22,7 @@ #include #include #include -#include "ao_pins.h" +#include #include #define TRUE 1 @@ -981,12 +981,12 @@ ao_sqrt(uint32_t op); int32_t ao_freq_to_set(int32_t freq, int32_t cal) __reentrant; -#include - /* * ao_ms5607.c */ void ao_ms5607_init(void); +#include + #endif /* _AO_H_ */