You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
188 B

#ifndef CFG_DEBUG
# error "per_config_c_debug built without CFG_DEBUG"
#endif
#ifdef CFG_OTHER
# error "per_config_c_debug built with CFG_OTHER"
#endif
void per_config_c_debug(void)
{
}