proc_tools: fix typo

Origin commit data
------------------
Branch: ni/coolstream
Commit: fcd2c62c50
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-11-24 (Thu, 24 Nov 2022)

Origin message was:
------------------
- proc_tools: fix typo

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-11-24 22:03:28 +01:00
parent a92d721b33
commit 60a07440a2

View File

@@ -19,7 +19,7 @@ int proc_put(const char *path, long long value);
int proc_put(const char *path, unsigned long long value);
int proc_put(const char *path, bool state);
int proc_put_hex(const char *path, int value);
int proc_put_het(const char *path, unsigned int value);
int proc_put_hex(const char *path, unsigned int value);
int proc_get(const char *path, char *value, const int len);
unsigned int proc_get_hex(const char *path);