things4u / LoRa-LMIC-1.51

Port of LMIC-1.5 library tp Atmega 328 and ESP6822, including alternative AES encription library
81 stars 42 forks source link

#include "Arduino.h" (uppercase 'A') instead of #include "arduino.h" #3

Closed bertrik closed 8 years ago

bertrik commented 8 years ago

Could you change the #include "arduino.h" statements into #include "Arduino.h" (uppercase 'A') statements?

This makes the library also compile on an Operating System like Linux that is case sensitive with respect to file names. If you're unsure about the changes required, I could send you a pull request with my suggested changes. Thanks in advance!

bertrik commented 8 years ago

Thanks!