View Single Post
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#111
Originally Posted by levone1 View Post
Code:
2 * IPHB_GS_WAIT_10_MINS
is 'not declared in this scope'.

I'm not even sure where the variable or the scope is... Seems like the IPBH_GS... line needs to be either declared before, or included in some other declaration, or...?

Thanks
Code:
#define IPHB_GS_WAIT_10_MINS  (10*60)    //!< 10 minute wakeup slot, the users of the previous slots wake here as well;
It is defined in libiphb.h
 

The Following 2 Users Say Thank You to Halftux For This Useful Post: