Next Previous Contents

3.175 ser_uninstall

Function

Uninstall the currently loaded driver but do not unload it.

Header

serial.h

Declaration

unsigned char ser_uninstall (void);

Description

Uninstall the currently loaded driver but do not unload it.

Availability

cc65

See also

Other serial functions.

Example

None.


Next Previous Contents