Merge branch 'master' of github.com:jankae/VNA2

This commit is contained in:
Jan Käberich 2021-08-13 21:44:25 +02:00
commit 3becd19c0c
8 changed files with 340 additions and 35 deletions

View file

@ -75,7 +75,7 @@ void HW::Work() {
}
bool HW::Init() {
#ifdef USE_DEBUG_PINS
#if USE_DEBUG_PINS
// initialize debug pins
GPIO_InitTypeDef gpio;
gpio.Pin = DEBUG1_PIN;