blob: bf7fbddf3e979aad632bb1bd382a96c879b6c58e [file]
int power_level (void)
{
#ifdef FOO_STATIC
return 9001;
#else
return 8999;
#endif
}