Skip to content

Commit

Permalink
chore(core): fix typos in touch.h
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
TychoVrahe committed Sep 20, 2024
1 parent c82fad6 commit cc4c637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/embed/trezorhal/touch.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Powers on and initializes touch driver controller.
// The function has no effect if the driver was already initialized.
//
// Returns `sectrue` if the hardware was successfuly initialized.
// Returns `sectrue` if the hardware was successfully initialized.
secbool touch_init(void);

// Deinitializes the touch driver
Expand All @@ -27,15 +27,15 @@ secbool touch_ready(void);
// Gets the touch controller firmware version
//
// Can be called only if the touch controller was initialized,
// othervise returns 0.
// otherwise returns 0.
//
// We do not interpret the value of the version, we just print it
// during the production test.
uint8_t touch_get_version(void);

// Sets touch controller sensitivity
//
// (Internally threadhsold for ????)
// (Internally threshold for ????)
secbool touch_set_sensitivity(uint8_t value);

// Checks if the touch is currently reporting any events
Expand Down

0 comments on commit cc4c637

Please sign in to comment.