X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao.h;h=2e5825777acc69272e85694e4f7476a3b5f883fc;hp=30511c8c2f7c49326e73bb9c02412ccb4bf237dc;hb=34f148500df427c148188c0ada20bf914a7c74ba;hpb=2deca0c52cd6cfb4baceb59c8a5458344bada338 diff --git a/src/ao.h b/src/ao.h index 30511c8c..2e582577 100644 --- a/src/ao.h +++ b/src/ao.h @@ -661,6 +661,12 @@ ao_serial_getchar(void) __critical; void ao_serial_putchar(char c) __critical; +#define AO_SERIAL_SPEED_4800 0 +#define AO_SERIAL_SPEED_57600 1 + +void +ao_serial_set_speed(uint8_t speed); + void ao_serial_init(void);