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
Commit
f3a795af
authored
Jul 20, 2019
by
Enrico Pozzobon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bluepill GPIO correction
parent
45954a09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
templates/blackpill/Makefile
+2
-2
templates/bluepill/src/main.ino
+1
-1
No files found.
templates/blackpill/Makefile
View file @
f3a795af
...
...
@@ -20,9 +20,9 @@ TARGET = blackpill
# building variables
######################################
# debug build?
DEBUG
=
1
DEBUG
=
0
# optimization
OPT
=
-O
g
OPT
=
-O
2
#######################################
...
...
templates/bluepill/src/main.ino
View file @
f3a795af
...
...
@@ -5,7 +5,7 @@
#define MAX_BYTES 100
//#define DEBUG
#define CRYPTO_BUSY
B11
#define CRYPTO_BUSY
A7
uint8_t
npub
[
CRYPTO_NPUBBYTES
];
uint8_t
nsec
[
CRYPTO_NSECBYTES
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment