Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -103,8 +103,8 @@ copy: lda (ptr1),y
|
||||
;----------------------------------------------------------------------------
|
||||
; unsigned char ser_uninstall (void);
|
||||
; /* Uninstall the currently loaded driver and return an error code.
|
||||
; * Note: This call does not free allocated memory.
|
||||
; */
|
||||
; ** Note: This call does not free allocated memory.
|
||||
; */
|
||||
|
||||
_ser_uninstall:
|
||||
jsr ser_uninstall ; Call driver routine
|
||||
|
||||
Reference in New Issue
Block a user