mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
change F303's Makefile to version control; fixed bugs in F303 usb ringbuffer, add two buffers like in F0x2
This commit is contained in:
@@ -101,7 +101,7 @@ NAN, INFINITY, -INFINITY};
|
||||
#define TESTN 12
|
||||
|
||||
int main(void){
|
||||
sysreset();
|
||||
// sysreset();
|
||||
if(!StartHSE()) StartHSI();
|
||||
SysTick_Config((uint32_t)72000); // 1ms
|
||||
hw_setup();
|
||||
|
||||
Reference in New Issue
Block a user