X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstmf0%2Fao_arch_funcs.h;h=f455ed06a14f4e64c20ade4d959590fcd2047da4;hp=70f273d3ba46ce081ca8326113c16582668ca627;hb=873f511173c637016b5e173813bd03c1725797bb;hpb=c11427819ca24bb77523496309b5b6f699d126c5 diff --git a/src/stmf0/ao_arch_funcs.h b/src/stmf0/ao_arch_funcs.h index 70f273d3..f455ed06 100644 --- a/src/stmf0/ao_arch_funcs.h +++ b/src/stmf0/ao_arch_funcs.h @@ -503,4 +503,9 @@ uint8_t ao_usb_write2(uint16_t len); #endif /* AO_USB_DIRECTIO */ +void start(void); + +void +ao_debug_out(char c); + #endif /* _AO_ARCH_FUNCS_H_ */