mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 22:30:12 +00:00
commit
6a8160c374
@ -148,7 +148,7 @@ unsigned char __fastcall__ ser_open (const struct ser_params* params);
|
|||||||
/* "Open" the port by setting the port parameters and enable interrupts. */
|
/* "Open" the port by setting the port parameters and enable interrupts. */
|
||||||
|
|
||||||
unsigned char ser_close (void);
|
unsigned char ser_close (void);
|
||||||
/* "Close" the port. Clear buffers and and disable interrupts. */
|
/* "Close" the port. Clear buffers and disable interrupts. */
|
||||||
|
|
||||||
unsigned char __fastcall__ ser_get (char* b);
|
unsigned char __fastcall__ ser_get (char* b);
|
||||||
/* Get a character from the serial port. If no characters are available, the
|
/* Get a character from the serial port. If no characters are available, the
|
||||||
@ -171,6 +171,3 @@ unsigned char __fastcall__ ser_ioctl (unsigned char code, void* data);
|
|||||||
|
|
||||||
/* End of serial.h */
|
/* End of serial.h */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user