mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-22 01:31:21 +03:00
add ADC & ADC monitoring
This commit is contained in:
@@ -33,7 +33,7 @@ int main(void){
|
||||
sysreset();
|
||||
SysTick_Config(6000, 1);
|
||||
flashstorage_init();
|
||||
gpio_setup();
|
||||
hardware_setup();
|
||||
USB_setup();
|
||||
CAN_setup(the_conf.CANspeed);
|
||||
RCC->CSR |= RCC_CSR_RMVF; // remove reset flags
|
||||
|
||||
Reference in New Issue
Block a user