git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@614 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-01-10 17:43:13 +00:00
parent 8b17d5526d
commit 122015057a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ __attribute__((weak))
void sys_wait_for_interrupt(void) { void sys_wait_for_interrupt(void) {
#if ENABLE_WFI_IDLE != 0 #if ENABLE_WFI_IDLE != 0
PCON = 1; AT91C_BASE_SYS->PMC_SCDR = AT91C_PMC_PCK;
#endif #endif
} }