Factor out board config detection

This commit is contained in:
Adam Novak 2022-02-13 16:58:04 -05:00
parent 498b1f12e9
commit e67b38c005
6 changed files with 65 additions and 41 deletions

View file

@ -1,7 +1,7 @@
#include "MD5.h"
#if LIBRARY_TYPE == LIBRARY_ARDUINO
#include "Arduino.h"
#include <Arduino.h>
#elif LIBRARY_TYPE == LIBRARY_C
#include <cstdlib>
#endif