krysiu / brewtrolleralpha

Automatically exported from code.google.com/p/brewtrolleralpha
0 stars 0 forks source link

Compile failed when #define BTPD_SUPPORT is activated. #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. uncomment #define BTPD_SUPPORT
2. compile

Original issue reported on code.google.com by shimodabt@gmail.com on 25 Sep 2010 at 5:13

GoogleCodeExporter commented 9 years ago
The issue here is that when you enable BTPD there is code to output steam 
pressure. We just need to wrap that in a define that checks if steam is 
enabled. I'll get it done.

Original comment by jvonnieda@gmail.com on 25 Sep 2010 at 7:51

GoogleCodeExporter commented 9 years ago
Each BTPD option has it's own compile option and is disabled by default. If a 
user enables the Steam pressure display without enabling steam output a compile 
error is desired (although a more descriptive error could be thrown by 
explicitly checking for this scenario).

Original comment by mattreba@gmail.com on 15 Jan 2011 at 3:35