diff options
| author | Mel <mel@rnrd.eu> | 2026-07-13 18:13:31 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-07-13 18:13:31 +0200 |
| commit | c3fa78667236095edaa367954644ba5136e65543 (patch) | |
| tree | ef544d8139e36a591852119a1771bb4a96a89f9c /mhs35.c | |
| parent | f3f7255c8572c412f320cb5d1053e187a569479d (diff) | |
| download | mhs35-drm-c3fa78667236095edaa367954644ba5136e65543.tar.zst mhs35-drm-c3fa78667236095edaa367954644ba5136e65543.zip | |
Fix comment explaining encoding typo
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'mhs35.c')
| -rw-r--r-- | mhs35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mhs35.c b/mhs35.c index 855f450..81ec5bc 100644 --- a/mhs35.c +++ b/mhs35.c @@ -65,7 +65,7 @@ struct mhs35 { }; // custom init sequence, replacing the default goodtft sequence when set. -// encoding: 0x01000000|cmd starts command, plain values are params, 0x01000000|ms sleeps. +// encoding: 0x01000000|cmd starts command, plain values are params, 0x02000000|ms sleeps. static u32 mhs35_dt_init[128]; static int mhs35_dt_init_len; |
