[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avrdude-dev] Further cleanup of main.c
From: |
Brian Dean |
Subject: |
Re: [avrdude-dev] Further cleanup of main.c |
Date: |
Sun, 30 Nov 2003 13:50:24 -0500 |
User-agent: |
Mutt/1.5.5.1i |
On Sun, Nov 30, 2003 at 07:39:15PM +0100, Jan-Hinnerk Reichert wrote:
> how about moving:
> - programmer_display()
> - locate_programmer()
> - list_programmers()
> - report_progress()
> to "pgm.c"?
>
> I'm not so sure about report_progress(). One could say that it is
> related to AVRMEM, but on the other hand it is used by all
> programmers ;-)
>
> I also think that it is time to move "PPI" dependent stuff out of
> "main.c". How about moving the verify_pin_assigned()-stuff to
> par_open()?
Sounds great!
-Brian