Parcourir la source

Fix typo

main
PaulStoffregen il y a 6 ans
Parent
révision
6313944bd4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      SPI.cpp

+ 2
- 2
SPI.cpp Voir le fichier

@@ -760,7 +760,7 @@ bool SPIClass::initDMAChannels() {
}

//=========================================================================
// Main Aync Transfer function
// Main Async Transfer function
//=========================================================================

bool SPIClass::transfer(const void *buf, void *retbuf, size_t count, EventResponderRef event_responder) {
@@ -1194,7 +1194,7 @@ bool SPIClass::initDMAChannels() {
}

//=========================================================================
// Main Aync Transfer function
// Main Async Transfer function
//=========================================================================
bool SPIClass::transfer(const void *buf, void *retbuf, size_t count, EventResponderRef event_responder) {
if (_dma_state == DMAState::notAllocated) {

Chargement…
Annuler
Enregistrer