tests: gadget0: Update for namespace cleanups

Fixes: 3a7cbec776
This commit is contained in:
Karl Palsson
2016-01-05 18:00:00 +00:00
parent 609cfe7f28
commit b81588da74
4 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
int main(void)
{
rcc_clock_setup_hse_3v3(&hse_8mhz_3v3[CLOCK_3V3_168MHZ]);
rcc_clock_setup_hse_3v3(&rcc_hse_8mhz_3v3[RCC_CLOCK_3V3_168MHZ]);
rcc_periph_clock_enable(RCC_GPIOA);
rcc_periph_clock_enable(RCC_OTGFS);