浏览代码

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

正在加载...
取消
保存