arduino-libraries / Arduino_PortentaBreakout

GNU Lesser General Public License v2.1
10 stars 5 forks source link

Use most appropriate #include directive syntax #7

Closed per1234 closed 3 years ago

per1234 commented 3 years ago

The files in these #include directives are external dependencies, so the angle brackets syntax is most appropriate.

Although either syntax will work, use of the most appropriate syntax communicates intent.

pennam commented 3 years ago

@per1234 if you agree i will close this pr and merge #17 that I've open to not bother you rebasing this one