Project

General

Profile

Revision 1401

Tested rangefinders to see if they are #define'd correctly. See data/rangefinder for details.

View differences:

Makefile
105 105
#     gnu89 = c89 plus GCC extensions
106 106
#     c99   = ISO C99 standard (not yet fully implemented)
107 107
#     gnu99 = c99 plus GCC extensions
108
CSTANDARD = -std=gnu99
108
CSTANDARD = -std=gnu89
109 109

  
110 110
# Place -D or -U options here
111 111
CDEFS += -DF_CPU=$(F_CPU)UL 

Also available in: Unified diff