Ver Fonte

【修复】machine_uart 在 gcc 下编译出错的问题。

Signed-off-by: armink <armink.ztl@gmail.com>
armink há 7 anos atrás
pai
commit
18d29935d7
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      port/machine_uart.h

+ 0 - 1
port/machine_uart.h

@@ -31,6 +31,5 @@
 #include <rtthread.h>
 
 extern const mp_obj_type_t machine_uart_type;
-extern const mp_obj_dict_t machine_uart_locals_dict;
 
 #endif // _MACHINE_UART_H