diff options
| author | Adam Greig <adam@adamgreig.com> | 2021-08-15 11:00:01 +0100 |
|---|---|---|
| committer | Adam Greig <adam@adamgreig.com> | 2021-08-15 11:00:01 +0100 |
| commit | e94d9dcac90b4b0622f573656f32883807381145 (patch) | |
| tree | cf1881b7d11d7f37133f1d22cb083ee1a9c77cdf /.gitignore | |
Initial commit. Import `registers.rs` from stm32ral.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96ef6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +Cargo.lock |
