X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fcore%2Fao_host.h;h=6eb752c9636f8e2f9645eabbc7e1e1bc1105e71f;hp=f2b2f0c974003ba0e68d5cc9e1ecdfeeb22a1479;hb=bb9fdef607728cc326a82aa632e59724f272e53b;hpb=258b75498916183ed250d3abb3282fe3d843e7a1 diff --git a/src/core/ao_host.h b/src/core/ao_host.h index f2b2f0c9..6eb752c9 100644 --- a/src/core/ao_host.h +++ b/src/core/ao_host.h @@ -46,6 +46,10 @@ struct ao_adc { #define __code #define __reentrant +#define DATA_TO_XDATA(a) (a) +#define PDATA_TO_XDATA(a) (a) +#define CODE_TO_XDATA(a) (a) + enum ao_flight_state { ao_flight_startup = 0, ao_flight_idle = 1,