1
0
mirror of https://github.com/Utyff/Zintercom.git synced 2026-01-12 09:17:41 +03:00

enabled ADC calculation

This commit is contained in:
lost
2020-12-29 00:26:44 +02:00
parent 0c46bdac0d
commit 0a89db60ab
2 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,6 @@
#define HAL_LED TRUE
#define HAL_ADC FALSE
#define HAL_LCD FALSE
#define BLINK_LEDS TRUE

View File

@@ -34,6 +34,7 @@
#include "hal_key.h"
#include "hal_led.h"
#include "hal_adc.h"
#include "utils.h"