[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] Re: Programmers errors on linux, help!
From: |
Brian Dean |
Subject: |
Re: [avrdude-dev] Re: Programmers errors on linux, help! |
Date: |
Sun, 25 May 2003 22:05:35 -0400 |
User-agent: |
Mutt/1.4.1i |
On Sun, May 25, 2003 at 05:24:21PM -0700, Theodore A. Roth wrote:
> I wonder if using select() as a replacement for usleep() might be a possible
> solution. I seem to recall that select() is a bit more portable than
> usleep(). Something like this maybe:
It's worth a shot ... maybe make it #define selectable so it's easy to
choose which one gets used.