1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-19 09:54:15 +01:00

Typo fix.

This commit is contained in:
Mike Smith 2011-07-23 13:58:56 -07:00
parent a89092e275
commit 480f07a264

View File

@ -62,7 +62,7 @@ int32_t PIOS_DELAY_Init(void)
CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk;
/* enable the CPU cycle counter */
DWT_CTRL |= CYCCENTENA;
DWT_CTRL |= CYCCNTENA;
return 0;
}