Also change the idempotency #ifdef to reflect the name change.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1263 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2014-01-16 07:36:44 +00:00
parent 3ace80a0e8
commit 3994114df8
1 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@
/* $Id$ */
#ifndef flip_h
#define flip_h
#ifndef flip2_h
#define flip2_h
#include "pgm.h"
@ -34,4 +34,4 @@ extern void flip2_initpgm(PROGRAMMER * pgm);
}
#endif
#endif /* flip_h */
#endif /* flip2_h */