Skip to content

Commit

Permalink
fix comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
houkhouk committed May 27, 2024
1 parent 5357bf3 commit 3d56f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/serial_network/HAL/NATIVE/serial_network_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ void SerialHAL_Send(uint8_t *data, uint16_t size)
LUOS_ASSERT(0);
}
#else
// Check if the output buffer is full
// Check if the output buffer is full
int bytes_in_buffer;
ssize_t totalBytesWritten = 0;
ssize_t bytesWritten;
Expand Down

0 comments on commit 3d56f84

Please sign in to comment.