MarScaper / ephemeris

Simple C++ library allowing to compute planet coordinates (equatorial and horizontal) with an Arduino Mega.
56 stars 13 forks source link

error: redeclaration of 'Sun' in combination with Timezone.h #4

Open AndreasAusD opened 5 years ago

AndreasAusD commented 5 years ago

Ephemeris.hpp:90:18: error: redeclaration of 'Sun' Sun = 0, ^

Timezone.h:20:13: note: previous declaration 'dow_t Sun' enum dow_t {Sun=1, Mon, Tue, Wed, Thu, Fri, Sat}; ^