diff options
| author | volker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-11-18 00:19:40 +0000 |
|---|---|---|
| committer | volker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-11-18 00:19:40 +0000 |
| commit | 9c93110c62968cc69f6089d656b7e9a41675e889 (patch) | |
| tree | 0157d25282ec962164ff63fb0d26102e9327d7ca | |
| parent | 3fa2bb9a9bd49174694fc5bb63bad85bb7e35829 (diff) | |
| download | lcd4linux-9c93110c62968cc69f6089d656b7e9a41675e889.tar.gz | |
MatrixOrbitalGX
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1060 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
| -rw-r--r-- | drv.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,7 @@ extern DRIVER drv_LUIse; extern DRIVER drv_LW_ABP; extern DRIVER drv_M50530; extern DRIVER drv_MatrixOrbital; +extern DRIVER drv_MatrixOrbitalGX; extern DRIVER drv_MilfordInstruments; extern DRIVER drv_Noritake; extern DRIVER drv_NULL; @@ -161,6 +162,9 @@ DRIVER *Driver[] = { #ifdef WITH_MATRIXORBITAL &drv_MatrixOrbital, #endif +#ifdef WITH_MATRIXORBITALGX + &drv_MatrixOrbitalGX, +#endif #ifdef WITH_MILINST &drv_MilfordInstruments, #endif |
