Selaa lähdekoodia

fix: l_uart_handler重复定义了

Wendal Chen 5 vuotta sitten
vanhempi
sitoutus
35c7b966d2
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      luat/include/luat_uart.h

+ 0 - 2
luat/include/luat_uart.h

@@ -34,8 +34,6 @@ int luat_uart_read(int uartid, void* buffer, size_t length);
 int luat_uart_close(int uartid);
 int luat_uart_exist(int uartid);
 
-int l_uart_handler(lua_State *L, void* ptr);
-
 int luat_setup_cb(int uartid, int received, int sent);
 
 #endif