Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
;
|
||||
; unsigned char __fastcall__ ser_put (char b);
|
||||
; /* Send a character via the serial port. There is a transmit buffer, but
|
||||
; * transmitting is not done via interrupt. The function returns
|
||||
; * SER_ERR_OVERFLOW if there is no space left in the transmit buffer.
|
||||
; */
|
||||
; ** transmitting is not done via interrupt. The function returns
|
||||
; ** SER_ERR_OVERFLOW if there is no space left in the transmit buffer.
|
||||
; */
|
||||
|
||||
|
||||
.include "ser-kernel.inc"
|
||||
|
||||
Reference in New Issue
Block a user