-
treykeown authored
Using this library in a file along with iostream caused a compilation error. The “#define min” line in RF24_config.h overrode a function by the same name used in a file included by iostream. Renamed to avoid this issue.
1650b6bd
Using this library in a file along with iostream caused a compilation error. The “#define min” line in RF24_config.h overrode a function by the same name used in a file included by iostream. Renamed to avoid this issue.