瀏覽代碼

Fix typo

main
PaulStoffregen 6 年之前
父節點
當前提交
6313944bd4
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      SPI.cpp

+ 2
- 2
SPI.cpp 查看文件

@@ -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) {

Loading…
取消
儲存