mirror of
https://github.com/google/pebble.git
synced 2025-11-19 14:00:59 -05:00
spelling: have
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -380,7 +380,7 @@ static bool prv_calc_far_points(GPointPrecise *p0, GPointPrecise *p1, Fixed_S16_
|
||||
}
|
||||
|
||||
// Since we already rotated the vector by 90 degrees, delta x is actually delta y
|
||||
// therefore if x is bigger than y we have have vertical dominance
|
||||
// therefore if x is bigger than y we have vertical dominance
|
||||
if (ABS(dx_fixed) > ABS(dy_fixed)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ CREATE_DMA_STREAM(2, 6); // DMA2_STREAM4_DEVICE - DFSDM
|
||||
CREATE_DMA_STREAM(2, 7); // DMA2_STREAM7_DEVICE - QSPI
|
||||
|
||||
// DMA Requests
|
||||
// - On DMA1 we just have have "Sharp SPI TX" so just set its priority to "High" since it doesn't
|
||||
// - On DMA1 we just have "Sharp SPI TX" so just set its priority to "High" since it doesn't
|
||||
// matter.
|
||||
// - On DMA2 we have "Accessory UART RX", "Debug UART RX", "Dialog SPI RX", "DIALOG SPI TX",
|
||||
// "DFSDM", and "QSPI". We want "DFSDM", "Accessory UART RX", "Debug UART RX", and "Dialog SPI RX"
|
||||
|
||||
Reference in New Issue
Block a user