arduino-mock icon indicating copy to clipboard operation
arduino-mock copied to clipboard

Use .cpp instead of .cc

Open jacobrosenthal opened this issue 10 years ago • 1 comments

The makefile and associated arduino files are all cc, but Arduino uses .cpp so bringing in cpp files means renaming everything. it would be better to maintain their structure and naming as new files are brought in.

jacobrosenthal avatar Feb 11 '15 05:02 jacobrosenthal

Right. The reason why I have chosen a ".cc" is Google test uses it. It was misdirection, even so.

ikeyasu avatar Feb 11 '15 07:02 ikeyasu