Project

General

Profile

Revision 228

fixed TRUE / FALSE bug

View differences:

tooltron.h
60 60
#define BUTTON_DEBOUNCE 5
61 61

  
62 62
/****** Utility Definitions ******/
63
#define TRUE    0x00
64
#define FALSE   0x01
63
#define TRUE    0x01
64
#define FALSE   0x00
65 65
#define ON      0x01
66 66
#define OFF     0x00
67 67
#endif

Also available in: Unified diff