diff options
| author | reinelt <> | 2005-11-05 06:26:51 +0000 | 
|---|---|---|
| committer | reinelt <> | 2005-11-05 06:26:51 +0000 | 
| commit | e513d5dc168bb8c5923b66a1314359187b1bdf29 (patch) | |
| tree | aef33b9cf3badc87c5ac7b1b70a28b1080fd710c | |
| parent | 5d54056acb22b72beaf6304bdb8e74bb64e8b0bc (diff) | |
| download | lcd4linux-e513d5dc168bb8c5923b66a1314359187b1bdf29.tar.gz | |
[lcd4linux @ 2005-11-05 06:26:51 by reinelt]
littly typo corrected
Diffstat (limited to '')
| -rw-r--r-- | drv.c | 7 | 
1 files changed, 5 insertions, 2 deletions
| @@ -1,4 +1,4 @@ -/* $Id: drv.c,v 1.35 2005/11/04 14:10:38 reinelt Exp $ +/* $Id: drv.c,v 1.36 2005/11/05 06:26:51 reinelt Exp $   *   * new framework for display drivers   * @@ -23,6 +23,9 @@   *   *   * $Log: drv.c,v $ + * Revision 1.36  2005/11/05 06:26:51  reinelt + * littly typo corrected + *   * Revision 1.35  2005/11/04 14:10:38  reinelt   * drv_Sample and drv_LPH7508   * @@ -287,7 +290,7 @@ DRIVER *Driver[] = {  #ifdef WITH_ROUTERBOARD      &drv_RouterBoard,  #endif -#ifdef WITH_Sample +#ifdef WITH_SAMPLE      &drv_Sample,  #endif  #ifdef WITH_SERDISPLIB | 
