瀏覽代碼

USE_TEENSY3_OPTIMIZED_CODE still isn't the default setting

main
PaulStoffregen 10 年之前
父節點
當前提交
7946d0f6f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      SD_t3.h

+ 1
- 1
SD_t3.h 查看文件

@@ -27,7 +27,7 @@
// This Teensy 3.x optimized version is a work-in-progress.
// Uncomment this line to use the Teensy version. Otherwise,
// the normal SD library is used.
#define USE_TEENSY3_OPTIMIZED_CODE
//#define USE_TEENSY3_OPTIMIZED_CODE

/* Why reinvent the SD library wheel...
* 1: Allow reading files from within interrupts

Loading…
取消
儲存