X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=fx2lib%2Finclude%2Fserial.h;fp=fx2lib%2Finclude%2Fserial.h;h=c83959c4920f79749974a9483fe6e92f85eba858;hb=bb3c6dfdb3f95bf529ed95dcc5fb3610e4473673;hp=7c5935eb5baa107fe497328c5e465b12f8974c3d;hpb=96b0b476522c3f93a47ff8f479ec08105ba6a2a5;p=sigrok-firmware-fx2lafw.git diff --git a/fx2lib/include/serial.h b/fx2lib/include/serial.h index 7c5935eb..c83959c4 100644 --- a/fx2lib/include/serial.h +++ b/fx2lib/include/serial.h @@ -51,4 +51,4 @@ void sio0_init( WORD baud_rate ) __critical ; // baud_rate max should be 57600 s Just use one or the other. (This makes terminal echo easy) **/ void putchar(char c); -char getchar(); +char getchar(void);