mirror of
https://github.com/google/pebble.git
synced 2025-04-30 07:21:39 -04:00
spelling: integrity
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ee41f88dad
commit
1ecb14eb8a
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ status_t flash_impl_unprotect(void) {
|
|||
|
||||
static void prv_set_high_drive_strength(void) {
|
||||
// Match the impedance of the traces (~50 ohms) by configuring the drive strength of the data
|
||||
// output pins on the MT25Q to the 45 ohm setting This avoids signal integreity issues. This is
|
||||
// output pins on the MT25Q to the 45 ohm setting This avoids signal integrity issues. This is
|
||||
// done by setting bits 2:0 in the "Enhanced Volatile Configuration Register" to 101b.
|
||||
const uint8_t read_instruction = 0x65;
|
||||
const uint8_t write_instruction = 0x61;
|
||||
|
|
Loading…
Add table
Reference in a new issue