mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-02 05:22:36 +02:00
15 lines
102 B
ObjectPascal
15 lines
102 B
ObjectPascal
unit uw8738b;
|
|
|
|
interface
|
|
|
|
uses uw8738a, uw8738a;
|
|
|
|
implementation
|
|
|
|
initialization
|
|
|
|
finalization
|
|
|
|
end.
|
|
|