Commit f3a795af by Enrico Pozzobon

bluepill GPIO correction

parent 45954a09
......@@ -20,9 +20,9 @@ TARGET = blackpill
# building variables
######################################
# debug build?
DEBUG = 1
DEBUG = 0
# optimization
OPT = -Og
OPT = -O2
#######################################
......
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment