Skip to content

Commit

Permalink
add void
Browse files Browse the repository at this point in the history
  • Loading branch information
Neyzoter committed May 19, 2019
1 parent 1034044 commit d3ce1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HARDWARE/WIFI/userwifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ u16 localSocketDescriptor_txrx = 2;
* @param None
* @retval None
*/
void receive_udp_package()
void receive_udp_package(void)
{
rsi_recvFrameUdp *data_recv=NULL;

Expand Down Expand Up @@ -120,7 +120,7 @@ s32 TcpCount = 0;
* @param None
* @retval 数据发送状态(发送完成:1;未开启发送:0)
*/
u8 wifi_send_package()
u8 wifi_send_package(void)
{
u16 Adc_Head,Can_Head;
u32 Adc_Length;u32 Can_Length;
Expand Down

0 comments on commit d3ce1c6

Please sign in to comment.