[hal] Fix misspelling in AnalogInput/Output docs (NFC) (#4153)

value -> valid
(NFC)
This commit is contained in:
apple
2022-04-08 00:57:01 -04:00
committed by GitHub
parent 81c5b41ce1
commit 88222daa3d
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ void HAL_FreeAnalogInputPort(HAL_AnalogInputHandle analogPortHandle);
HAL_Bool HAL_CheckAnalogModule(int32_t module);
/**
* Checks that the analog output channel number is value.
* Checks that the analog output channel number is valid.
* Verifies that the analog channel number is one of the legal channel numbers.
* Channel numbers are 0-based.
*

View File

@@ -58,7 +58,7 @@ double HAL_GetAnalogOutput(HAL_AnalogOutputHandle analogOutputHandle,
int32_t* status);
/**
* Checks that the analog output channel number is value.
* Checks that the analog output channel number is valid.
*
* Verifies that the analog channel number is one of the legal channel numbers.
* Channel numbers are 0-based.