mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/ht: Improve comment
This commit is contained in:
parent
97dd6ce590
commit
d36e0d78bc
|
@ -97,7 +97,7 @@ getStartupConfig(struct ht_device *htd, const cJSON *startup_config)
|
||||||
static void
|
static void
|
||||||
getUserConfig(struct ht_device *htd)
|
getUserConfig(struct ht_device *htd)
|
||||||
{
|
{
|
||||||
// The game here is to avoid bugs + be paranoid, not to be fast. If you see something that seems "slow" - don't
|
// The game here is to avoid bugs + be cautious, not to be fast. If you see something that seems "slow" - don't
|
||||||
// fix it. Any of the tracking code is way stickier than this could ever be.
|
// fix it. Any of the tracking code is way stickier than this could ever be.
|
||||||
|
|
||||||
struct u_config_json config_json = {0};
|
struct u_config_json config_json = {0};
|
||||||
|
|
Loading…
Reference in a new issue