Disable unused functions

This commit is contained in:
iabdalkader 2014-03-22 19:40:45 +02:00
parent 0fd2047fad
commit 2390c8bb4b

View File

@ -155,6 +155,7 @@ static mp_obj_t py_gc_collect(void) {
return mp_const_none;
}
#if 0
static void SYSCLKConfig_STOP(void) {
/* After wake-up from STOP reconfigure the system clock */
/* Enable HSE */
@ -199,6 +200,7 @@ static mp_obj_t py_standby(void) {
PWR_EnterSTANDBYMode();
return mp_const_none;
}
#endif
void __libc_init_array(void)
{