util: fix typo if #ifndef protection, spotted by decke
This commit is contained in:
parent
af8e79c39e
commit
a9215da88a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
#ifndef __TVH_TIME_H__
|
||||
#define __TVH_TIME_H_
|
||||
#define __TVH_TIME_H__
|
||||
|
||||
extern uint32_t tvhtime_update_enabled;
|
||||
extern uint32_t tvhtime_ntp_enabled;
|
||||
|
|
Loading…
Add table
Reference in a new issue