remove STM32duino-bootloader from main

This commit is contained in:
King Kévin 2016-04-11 22:49:53 +02:00
parent 9fbef51255
commit 8e093acc93
1 changed files with 0 additions and 2 deletions

2
main.c
View File

@ -346,8 +346,6 @@ error:
*/
int main(void)
{
SCB_VTOR = (uint32_t) 0x08002000; // relocate vector table because of the bootloader
rcc_clock_setup_in_hse_8mhz_out_72mhz(); // use 8 MHz high speed external clock to generate 72 MHz internal clock
usart_setup(); // setup USART (for printing)
cdcacm_setup(); // setup USB CDC ACM (for printing)