瀏覽代碼

fix serial6_set_tx

main
thewknd 7 年之前
父節點
當前提交
05d0e72ebe
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      teensy3/serial6.c

+ 1
- 1
teensy3/serial6.c 查看文件

@@ -171,7 +171,7 @@ void serial6_set_tx(uint8_t pin, uint8_t opendrain)

if (opendrain) pin |= 128;
if (pin == tx_pin_num) return;
if ((SIM_SCGC1 |= SIM_SCGC1_UART5)) {
if ((SIM_SCGC1 & SIM_SCGC1_UART5)) {
switch (tx_pin_num & 127) {
case 48: CORE_PIN48_CONFIG = 0; break; // PTE24
}

Loading…
取消
儲存