diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2021-10-26 00:38:58 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2021-10-26 00:38:58 -0600 |
| commit | 4507bff773fd4cc540c91c6c3696ac3cf9a21b3c (patch) | |
| tree | 589fb2a21d77913254baaa38cf4528026b0a902b /.vimsource | |
| parent | f9b12f748b557994b958115c04fd1591b322248e (diff) | |
| download | stm32l4-4507bff773fd4cc540c91c6c3696ac3cf9a21b3c.tar.gz stm32l4-4507bff773fd4cc540c91c6c3696ac3cf9a21b3c.tar.bz2 stm32l4-4507bff773fd4cc540c91c6c3696ac3cf9a21b3c.zip | |
Removed the requirement for the init data to be aligned.
I don't yet know how to configure the the initscript to align the
INIT_DATA_VALUES. Nothing seems to work. But whatever, it seems like
things work and it's a very minor performance hit.
Diffstat (limited to '.vimsource')
| -rw-r--r-- | .vimsource | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimsource b/.vimsource new file mode 100644 index 0000000..f31eb62 --- /dev/null +++ b/.vimsource @@ -0,0 +1,2 @@ +noremap <silent> <S-á>\ :<C-u>call popbuf#toggle("minicom")<cr> +noremap <silent> <S-á>t :<C-u>call popbuf#toggle("Terminal")<cr> |