Subversion Repositories Projects

Compare Revisions

Regard whitespace Rev 761 → Rev 762

/C-OSD/trunk/main.h
18,6 → 18,9
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
****************************************************************************/
 
#ifndef _MAIN_H
#define _MAIN_H
 
#include <avr/pgmspace.h>
#include "mk-data-structs.h"
 
106,6 → 109,7
#define S1_PRESSED !(PINC & (1<<PC5))
#define S2_PRESSED !(PINC & (1<<PC4))
 
 
/* ##########################################################################
* extern spi controlled vars
* ##########################################################################*/
176,3 → 180,5
 
const char *directions[8];
const char *stats_item_pointers[8];
 
#endif