remove STM32duino-bootloader from main
This commit is contained in:
parent
9fbef51255
commit
8e093acc93
2
main.c
2
main.c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user