Browse Source

remove HAL_UART_RxCpltCallback

hand_acid_mainboard
zhaohe 11 months ago
parent
commit
a3069a8005
  1. 3
      modbus/modbus_block_host.cpp

3
modbus/modbus_block_host.cpp

@ -6,9 +6,6 @@ using namespace iflytop;
ModbusBlockHost::ModbusBlockHost() {}
ModbusBlockHost::~ModbusBlockHost() {}
extern "C" {
void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) {}
}
void ModbusBlockHost::initialize(UART_HandleTypeDef *huart) {
this->huart = huart;

Loading…
Cancel
Save