enum internal conflicts with SDFat internal
-
type def Internal conflicts....
C:\Users\Net\Desktop\arduino-1.5.2-windows\arduino-1.5.2\libraries\SdFat/ios.h: In function 'ios_base& internal(ios_base&)':
C:\Users\Net\Desktop\arduino-1.5.2-windows\arduino-1.5.2\libraries\SdFat/ios.h:232: error: 'ios_base& internal(ios_base&)' redeclared as different kind of symbol
C:\Users\Net\Desktop\arduino-1.5.2-windows\arduino-1.5.2\libraries\MySensors/MyMessage.h:51: error: previous declaration of 'typedef enum internal internal'**Also other potential conflicts..
**
typedef enum {
...
} data;typedef enum {
...
} stream;Would it be better to prefix these typedef with mysensor_ like mysensor_data, mysensor_stream ....
Thanks for considering
-
This will be changed. Thanks.