Merge commit 'e067fcbe30' as 'stm32f103c8t6-bootloader'
This commit is contained in:
commit
3ca6ea3e9e
34 changed files with 15445 additions and 0 deletions
10
stm32f103c8t6-bootloader/src/main.h
Normal file
10
stm32f103c8t6-bootloader/src/main.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "stm32f103x6.h"
|
||||
#include "pinning.h"
|
||||
#include "usb.h"
|
||||
#include "flash.h"
|
||||
#include "util.h"
|
||||
|
||||
int main(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue