Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
lwc
/
compare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
ca3e26f9876a1b7bd6e60dad9dd626b025362228
Switch branch/tag
compare
templates
f7
configure
Find file
Normal view
History
Permalink
configure
91 Bytes
Edit
Newer
Older
Started developing STM32F7 template
f54cf577
Sebastian Renner
committed
Jul 14, 2019
1
#!/bin/bash
useless
ca3e26f9
Enrico Pozzobon
committed
Jul 21, 2019
2
3
4
mv
-n
*
.inc
*
.h Inc/
sed
-i
src/encrypt.c
-e
"s/
\(\s\)
init(/
\1
_init(/g"
exit
0