mmarchetti / DirectIO

Fast, simple I/O library for Arduino
GNU Lesser General Public License v3.0
115 stars 27 forks source link

base.h has no include guards #5

Closed Mikaka27 closed 9 years ago

Mikaka27 commented 9 years ago

base.h file has no include guards (#ifndef xxx #define xxx). I'm not entirely sure this will cause problems because this file doesn't have much in it. But I would add it as a precaution anyway.

mmarchetti commented 9 years ago

Added guards