Add support for current/voltage measurement on Ghoul. (#19630)

This commit is contained in:
Nick Brassel
2023-01-19 11:13:39 +11:00
committed by GitHub
parent 4723f308ad
commit baecc69da5
5 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
//#define HAL_USE_ADC TRUE
#define HAL_USE_ADC TRUE
#define HAL_USE_SPI TRUE
#include_next <halconf.h>