#pragma once #include #include "stm32f103x6.h" #include "pinning.h" #include "usb.h" #include "flash.h" #include "util.h" int main(void);