Fix windows stupidity

This commit is contained in:
Adam Honse
2021-11-22 00:26:37 -06:00
parent 1333130235
commit c21bc267fd

View File

@@ -17,6 +17,13 @@
using namespace std::chrono_literals;
/*----------------------------------------------------------------------*\
| Windows defines "interface" for some reason. Work around this |
\*----------------------------------------------------------------------*/
#ifdef interface
#undef interface
#endif
/*----------------------------------------------------------------------*\
| This list contains the available SMBus addresses for mapping ENE RAM |
\*----------------------------------------------------------------------*/