Michal Demin wrote:
> > This patch adds support for buspirate in Win32/Mingw and
> > MacOS/Darwin environment.
Good. I think it could be merged, but I think I spotted one thing
that should be fixed:
> @@ -924,6 +996,19 @@ static int buspirate_serial_read(int fd, char *buf, int
> size)
> in
simon qian wrote:
> > If you wouldn't mind, try creating a patch next time:
> > git add
> > git commit
> > git format-patch origin/master
> > => generate patches for all commits since origin/master
> OK.
> I used to generate the patch using git diff command.
> I'll use new command next time.
Perf